From 88dc7bae1ca379ddf2575bb828350c59a227055c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 18 Sep 2018 09:06:00 +0200 Subject: [PATCH] version bump to 2.3.0-beta.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 30706cb97..e9dee750a 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 284 - versionName "2.3.0-beta" + versionCode 285 + versionName "2.3.0-beta.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId