Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed May 21, 2024
1 parent 9bb781d commit 07dc9e8
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21
targetSdkVersion 34
versionCode 207070005
versionName "2.07.07-beta04" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
versionCode 207070006
versionName "2.07.07" // 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", "\"Love always wins ❤️💪\""
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/207070006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- You can now select colors from previously selected colors
- Minor improvements
- Bugfixes

0 comments on commit 07dc9e8

Please sign in to comment.