Skip to content

Commit cb4f4d1

Browse files
committed
Prepare 1.10.1-beta1
1 parent b7edbcc commit cb4f4d1

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 = 2894 // must be getVersionCode(). only at release tag set the actual value
40-
androidVersionName = '1.10.1-alpha1'
39+
androidVersionCode = 2895 // must be getVersionCode(). only at release tag set the actual value
40+
androidVersionName = '1.10.1-beta1'
4141
}
4242
repositories {
4343
mavenCentral()

0 commit comments

Comments
 (0)