From c113f377131bb3e3aca634e3f767501d54121cad Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 4 May 2018 22:07:14 +0200 Subject: [PATCH] version bump to 2.2.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1648e9d79..1238949ae 100644 --- a/build.gradle +++ b/build.gradle @@ -66,8 +66,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 269 - versionName "2.2.0-beta" + versionCode 270 + versionName "2.2.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId