We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c30ab commit 6552827Copy full SHA for 6552827
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "at.techbee.jtx"
42
minSdk = 23
43
targetSdk = 35
44
- versionCode = 212000005
45
- versionName = "2.12.00-alpha05" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode = 212000006
+ versionName = "2.12.00-alpha06" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
46
buildConfigField("String", "versionCodename", "\"Be proud. Be loud. Be you. \uD83C\uDF08\"")
47
multiDexEnabled = true
48
vectorDrawables.useSupportLibrary = true
0 commit comments