diff --git a/build.gradle b/build.gradle index e8cb07310..9bcfb2a57 100644 --- a/build.gradle +++ b/build.gradle @@ -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()