Skip to content

Commit ffee91b

Browse files
committed
Update version
1 parent 6d1d3af commit ffee91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

0 commit comments

Comments
 (0)