We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc5780 commit b7edbccCopy full SHA for b7edbcc
build.gradle
@@ -36,7 +36,7 @@ def getVersionCode = { ->
36
allprojects {
37
ext {
38
androidApplicationId = 'org.cryptomator'
39
- androidVersionCode = getVersionCode() // must be getVersionCode(). only at release tag set the actual value
+ androidVersionCode = 2894 // must be getVersionCode(). only at release tag set the actual value
40
androidVersionName = '1.10.1-alpha1'
41
}
42
repositories {
0 commit comments