Skip to content

Commit

Permalink
Update version and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Dec 23, 2024
1 parent 3113cbc commit 0cccb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def getVersionCode = { ->
allprojects {
ext {
androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode() // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.11.0-SNAPSHOT'
androidVersionCode = 2971 // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.10.4'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 0cccb48

Please sign in to comment.