diff --git a/build.gradle b/build.gradle index 944c3460..dff2c56b 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { ext { androidApplicationId = 'org.cryptomator' androidVersionCode = getVersionCode() - androidVersionName = '1.5.14-SNAPSHOT' + androidVersionName = '1.5.14-beta1' } repositories { mavenCentral()