From 7b7719db8ce43214a255ec39ad8e3ce02ed0de15 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 10 Nov 2019 09:50:23 +0100 Subject: [PATCH] version bump to 2.6.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b9fd9395c..59f6a627d 100644 --- a/build.gradle +++ b/build.gradle @@ -84,8 +84,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 348 - versionName "2.6.0-beta.2" + versionCode 349 + versionName "2.6.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId