Skip to content

Commit 4b87642

Browse files
version bump
1 parent b9f0f7e commit 4b87642

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
applicationId = "at.techbee.jtx"
4141
minSdk = 24
4242
targetSdk = 36
43-
versionCode = 216020002
44-
versionName = "2.16.02-alpha01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
43+
versionCode = 216020003
44+
versionName = "2.16.02-alpha02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
4545
buildConfigField("String", "versionCodename", "\"Be kind. \uD83C\uDF08\"")
4646
multiDexEnabled = true
4747
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)