Skip to content

Commit b7edbcc

Browse files
committed
Set version code
1 parent 4dc5780 commit b7edbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def getVersionCode = { ->
3636
allprojects {
3737
ext {
3838
androidApplicationId = 'org.cryptomator'
39-
androidVersionCode = getVersionCode() // must be getVersionCode(). only at release tag set the actual value
39+
androidVersionCode = 2894 // must be getVersionCode(). only at release tag set the actual value
4040
androidVersionName = '1.10.1-alpha1'
4141
}
4242
repositories {

0 commit comments

Comments
 (0)