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 47082ab commit a1ee7e4Copy full SHA for a1ee7e4
1 file changed
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "at.techbee.jtx"
42
minSdk = 24
43
targetSdk = 36
44
- versionCode = 216000010
45
- versionName = "2.16.00-alpha10" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode = 216000011
+ versionName = "2.16.00-beta01" // 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 kind. \uD83C\uDF08\"")
47
multiDexEnabled = true
48
vectorDrawables.useSupportLibrary = true
0 commit comments