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 a56206c commit 28c2604Copy full SHA for 28c2604
app/build.gradle
@@ -21,8 +21,8 @@ android {
21
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
22
minSdkVersion 21
23
targetSdkVersion 33
24
- versionCode 200000025
25
- versionName "2.00.00-rc08" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode 200000026
+ versionName "2.00.00-rc09" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
26
buildConfigField "String", "versionCodename", "\"No Putin-Bomb can destroy Humanity\""
27
multiDexEnabled true
28
vectorDrawables.useSupportLibrary = true
0 commit comments