We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a98170e + 0af633c commit 4442e6cCopy full SHA for 4442e6c
build.gradle
@@ -37,7 +37,7 @@ allprojects {
37
ext {
38
androidApplicationId = 'org.cryptomator'
39
androidVersionCode = getVersionCode() // must be getVersionCode(). only at release tag set the actual value
40
- androidVersionName = '1.11.0-SNAPSHOT'
+ androidVersionName = '1.12.0-SNAPSHOT'
41
}
42
repositories {
43
mavenCentral()
0 commit comments