diff --git a/build.gradle b/build.gradle index 1c8ce9ec..dd1ed6d4 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { ext { androidApplicationId = 'org.cryptomator' androidVersionCode = getVersionCode() - androidVersionName = '1.5.11-SNAPSHOT' + androidVersionName = '1.5.11' } repositories { mavenCentral()