Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
added release notes
  • Loading branch information
patrickunterwegs committed Jul 17, 2024
1 parent dcbd214 commit bdb6b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/209000011.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit bdb6b8a

Please sign in to comment.