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 5f621b9 commit 8d5d32cCopy full SHA for 8d5d32c
build.gradle
@@ -36,8 +36,8 @@ def getVersionCode = { ->
36
allprojects {
37
ext {
38
androidApplicationId = 'org.cryptomator'
39
- androidVersionCode = 3001 // getVersionCode() // must be getVersionCode(). only at release tag set the actual value
40
- androidVersionName = '1.12.0-beta1'
+ androidVersionCode = 3004 // getVersionCode() // must be getVersionCode(). only at release tag set the actual value
+ androidVersionName = '1.12.0-beta2'
41
}
42
repositories {
43
mavenCentral()
0 commit comments