Skip to content

Commit fbfabee

Browse files
version bump
1 parent 6f3a005 commit fbfabee

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 = 211060002
32-
versionName = "2.11.06-alpha02" // 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 = 211060003
32+
versionName = "2.11.06-alpha03" // 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)