Skip to content

Commit dd43061

Browse files
committed
Prepare 1.12.0
1 parent 3a8b31f commit dd43061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def getVersionCode = { ->
3636
allprojects {
3737
ext {
3838
androidApplicationId = 'org.cryptomator'
39-
androidVersionCode = 3004 // getVersionCode() // must be getVersionCode(). only at release tag set the actual value
40-
androidVersionName = '1.12.0-beta2'
39+
androidVersionCode = 3007 // getVersionCode() // must be getVersionCode(). only at release tag set the actual value
40+
androidVersionName = '1.12.0'
4141
}
4242
repositories {
4343
mavenCentral()

0 commit comments

Comments
 (0)