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