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 cfd9aa7 commit 6717f29Copy full SHA for 6717f29
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "at.techbee.jtx"
42
minSdk = 23
43
targetSdk = 36
44
- versionCode = 215000002
45
- versionName = "2.15.00-alpha02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode = 215000003
+ versionName = "2.15.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", "\"Love knows no borders \uD83C\uDF08\"")
47
multiDexEnabled = true
48
vectorDrawables.useSupportLibrary = true
0 commit comments