We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6ea96 commit a025cbeCopy full SHA for a025cbe
app/build.gradle
@@ -31,8 +31,8 @@ android {
31
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
32
minSdkVersion 21
33
targetSdkVersion 34
34
- versionCode 207090010
35
- versionName "2.07.09-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 207090011
+ versionName "2.07.09-beta06" // 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