Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed Nov 22, 2024
1 parent bdb5843 commit 05c75e6
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 209030007
versionName = "2.09.03-beta05" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
versionCode = 209030008
versionName = "2.09.03" // 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
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/209030008.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed wrong sorting of grouped categories
- Fixed bad color contrast in widget when switching color modes
- Version updates

0 comments on commit 05c75e6

Please sign in to comment.