Skip to content

Commit d02b2a7

Browse files
version bump
1 parent 6a3fb6e commit d02b2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId = "at.techbee.jtx"
2929
minSdk = 23
3030
targetSdk = 35
31-
versionCode = 211050004
32-
versionName = "2.11.05-alpha04" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
31+
versionCode = 211050005
32+
versionName = "2.11.05-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
3333
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
3434
multiDexEnabled = true
3535
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)