From 82e37c0293e2ab6faa62a4d4c3539c8b80ae02d9 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Fri, 15 Oct 2021 11:32:40 +0200 Subject: [PATCH] Bump to versin 1.6.0 [ci skip] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 157c6d16..5347a92e 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ allprojects { ext { androidApplicationId = 'org.cryptomator' androidVersionCode = getVersionCode() - androidVersionName = '1.6.0-SNAPSHOT' + androidVersionName = '1.6.0' } repositories { mavenCentral()