From ac9beef98a45b716fd7fd7e5cc3b7b97219b2ea7 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 11 Apr 2018 18:07:15 +0200 Subject: [PATCH] version bump to 2.1.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 74d518e02..5001ec589 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 263 - versionName "2.1.0-beta.2" + versionCode 264 + versionName "2.1.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId