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 6a3fb6e commit d02b2a7Copy full SHA for d02b2a7
app/build.gradle.kts
@@ -28,8 +28,8 @@ android {
28
applicationId = "at.techbee.jtx"
29
minSdk = 23
30
targetSdk = 35
31
- versionCode = 211050004
32
- versionName = "2.11.05-alpha04" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
+ versionCode = 211050005
+ versionName = "2.11.05-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
33
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
34
multiDexEnabled = true
35
vectorDrawables.useSupportLibrary = true
0 commit comments