Skip to content

Commit 2326c37

Browse files
version bump
1 parent 7b5603b commit 2326c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ android {
4141
applicationId = "at.techbee.jtx"
4242
minSdk = 23
4343
targetSdk = 36
44-
versionCode = 212010008
45-
versionName = "2.12.01" // 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\"")
44+
versionCode = 214000001
45+
versionName = "2.14.00-alpha01" // 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", "\"If you can't love yourself, how in the hell are you gonna love sombody else? \uD83C\uDF08\"")
4747
multiDexEnabled = true
4848
vectorDrawables.useSupportLibrary = true
4949
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)