Skip to content

Commit

Permalink
Prepare 1.10.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Jun 6, 2024
1 parent b7edbcc commit cb4f4d1
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 = 2894 // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.10.1-alpha1'
androidVersionCode = 2895 // must be getVersionCode(). only at release tag set the actual value
androidVersionName = '1.10.1-beta1'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit cb4f4d1

Please sign in to comment.