From ac144f2eb16eb317a6c570abf8dd5caca8acb575 Mon Sep 17 00:00:00 2001 From: Hans de Zwart Date: Wed, 12 Aug 2026 11:13:55 +0200 Subject: [PATCH] Release 1.1 versionCode 2. The one user-visible change since 1.0 is the navigation bar staying on screen; public_html/ is untouched, so the service worker cache keeps its name and no web user sees a different page. Co-Authored-By: Claude Opus 5 --- android/app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/2.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2.txt diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 69abfd2..a906120 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 = 1 - versionName = "1.0" + versionCode = 2 + versionName = "1.1" } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 0000000..92a25ce --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1,5 @@ +The navigation bar at the bottom of the screen now stays visible while you +play, so switching to another app is easy. Only the status bar is hidden. + +The description in F-Droid has been rewritten to spell out what the clock can +actually do.