From b8d831f02a91485e81fbd8f34fe328cc5fb9531c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 21 Sep 2018 11:20:45 +0200 Subject: [PATCH] version bump to 2.3.0-beta.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8b403ef0f..8a45b468e 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 285 - versionName "2.3.0-beta.2" + versionCode 286 + versionName "2.3.0-beta.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId