We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f9591 commit 6dca33fCopy full SHA for 6dca33f
app/build.gradle
@@ -31,8 +31,8 @@ android {
31
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
32
minSdkVersion 21
33
targetSdkVersion 34
34
- versionCode 207090012
35
- versionName "2.07.09-beta07" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode 207090013
+ versionName "2.07.09-beta08" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
36
buildConfigField "String", "versionCodename", "\"Love always wins ❤️💪\""
37
multiDexEnabled true
38
vectorDrawables.useSupportLibrary = true
0 commit comments