Skip to content

Commit

Permalink
Prepare 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Jun 28, 2024
1 parent 51e4c2f commit 155c86f
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 = 2904 // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.10.2'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 155c86f

Please sign in to comment.