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