From 5304ac60a700d986943c6149053bde8c8604b32b Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 1 Jul 2019 14:34:13 +0200 Subject: [PATCH] version bump to 2.5.4-beta --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4699bc065..b173717fa 100644 --- a/build.gradle +++ b/build.gradle @@ -81,8 +81,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 330 - versionName "2.5.3" + versionCode 331 + versionName "2.5.4-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId