Skip to content

Commit b3d9511

Browse files
version bump
1 parent 736662d commit b3d9511

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
@@ -41,8 +41,8 @@ android {
4141
applicationId = "at.techbee.jtx"
4242
minSdk = 23
4343
targetSdk = 35
44-
versionCode = 212000002
45-
versionName = "2.12.00-alpha02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
44+
versionCode = 212000003
45+
versionName = "2.12.00-alpha03" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
4646
buildConfigField("String", "versionCodename", "\"Be proud. Be loud. Be you. \uD83C\uDF08\"")
4747
multiDexEnabled = true
4848
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)