From d73cb08ec687355866df62ace0cd48fd63ccb4d5 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 17 Feb 2020 11:14:11 +0100 Subject: [PATCH] version bump to 2.7.0-beta --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 34d4767b0..2f71f2328 100644 --- a/build.gradle +++ b/build.gradle @@ -90,8 +90,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 362 - versionName "2.6.4" + versionCode 363 + versionName "2.7.0-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId