Skip to content

Commit a0e60a2

Browse files
version bump
1 parent fd66cee commit a0e60a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
3030
minSdk = 23
3131
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)
32+
versionCode = 211010006
33+
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)
3434
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
3535
multiDexEnabled = true
3636
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)