We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd66cee commit a0e60a2Copy full SHA for a0e60a2
app/build.gradle.kts
@@ -29,8 +29,8 @@ android {
29
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
30
minSdk = 23
31
targetSdk = 35
32
- versionCode = 211010005
33
- versionName = "2.11.01-beta03" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode = 211010006
+ versionName = "2.11.01-beta04" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
34
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
35
multiDexEnabled = true
36
vectorDrawables.useSupportLibrary = true
0 commit comments