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 98ec0d2 commit f4dacecCopy full SHA for f4dacec
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "at.techbee.jtx"
42
minSdk = 23
43
targetSdk = 35
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)
+ versionCode = 212000004
+ versionName = "2.12.00-alpha04" // 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