We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fabf0 commit 2d08c8dCopy full SHA for 2d08c8d
app/build.gradle.kts
@@ -29,8 +29,8 @@ android {
29
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
30
minSdk = 23
31
targetSdk = 34
32
- versionCode = 209040001
33
- versionName = "2.09.03-alpha01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode = 209040002
+ versionName = "2.09.04-beta01" // 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