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 Aug 21, 2024
1 parent f565abf commit 5950c10
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 = 2927 // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.10.3'
androidVersionCode = 2935 // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.10.3-beta1'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 5950c10

Please sign in to comment.