From adad683b200500336fa8f6f6b49a64851ccbe358 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 23 Apr 2020 14:07:05 +0200 Subject: [PATCH] version bump to 2.8.0-rc.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 648a9c77a..975021e6a 100644 --- a/build.gradle +++ b/build.gradle @@ -95,8 +95,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 376 - versionName "2.8.0-rc.2" + versionCode 377 + versionName "2.8.0-rc.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId