We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf75281 commit f04c8ceCopy full SHA for f04c8ce
app/build.gradle
@@ -31,8 +31,8 @@ android {
31
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
32
minSdkVersion 21
33
targetSdkVersion 34
34
- versionCode 207090009
35
- versionName "2.07.09-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 207090010
+ 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)
36
buildConfigField "String", "versionCodename", "\"Love always wins ❤️💪\""
37
multiDexEnabled true
38
vectorDrawables.useSupportLibrary = true
0 commit comments