From b31087223a1dbc90f88f92d51f8637a649206c88 Mon Sep 17 00:00:00 2001 From: Hans de Zwart Date: Sat, 15 Aug 2026 13:41:48 +0200 Subject: [PATCH] Release 1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit versionCode 3. public_html/ changed this time, so the service worker cache is bumped to bgclock-v18 — without it an installed web user would keep serving the old page from cache indefinitely. Nothing to do in fdroiddata. The recipe landed with the 1.0 submission and carries UpdateCheckMode: Tags and AutoUpdateMode: Version, so their bot finds this tag, resolves it to a commit hash and writes the build entry itself. Co-Authored-By: Claude Opus 5 --- android/app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/3.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index a906120..7d99abe 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "nl.hansdezwart.bgclock" minSdk = 26 targetSdk = 36 - versionCode = 2 - versionName = "1.1" + versionCode = 3 + versionName = "1.2" } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..2e1c265 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1 @@ +Improved the contrast to be compliant with accessibility guidelines.