From 854a31b27be905abc1b055b4ad1d3175b444b7f2 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 15 Mar 2018 15:24:11 +0100 Subject: [PATCH] bump version code to beta.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 27e295c8a..5834685db 100644 --- a/build.gradle +++ b/build.gradle @@ -71,8 +71,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 257 - versionName "2.0.0-beta.2" + versionCode 258 + versionName "2.0.0-beta.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId