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.