Skip to content

Commit

Permalink
Set version code
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed May 29, 2024
1 parent 4dc5780 commit b7edbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def getVersionCode = { ->
allprojects {
ext {
androidApplicationId = 'org.cryptomator'
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
androidVersionName = '1.10.1-alpha1'
}
repositories {
Expand Down

0 comments on commit b7edbcc

Please sign in to comment.