diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 19ab194b2..9bd3017c2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,8 +29,8 @@ android { buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L") minSdk = 23 targetSdk = 34 - versionCode = 209000010 - versionName = "2.09.00-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) + versionCode = 209000011 + versionName = "2.09.00" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"") multiDexEnabled = true vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/209000011.txt b/fastlane/metadata/android/en-US/changelogs/209000011.txt new file mode 100644 index 000000000..61e12aa34 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/209000011.txt @@ -0,0 +1,4 @@ +* Improved alarm handling +* Version updates and several technical upgrades + +Attention: From this version the minimum required Android version is Android 6. Due to dependencies Android 5 is not supported anymore. \ No newline at end of file