From b79a2447b2eca0da5930fbc79e5fd7d3befa0e28 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 22 Feb 2019 18:19:49 +0100 Subject: [PATCH] bump version to 2.4.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 02a1311a0..c9f89606f 100644 --- a/build.gradle +++ b/build.gradle @@ -78,8 +78,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 319 - versionName "2.4.0-beta.2" + versionCode 320 + versionName "2.4.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId