From 80100714952fee0f31068017a54c8b32cdaec237 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 29 Apr 2019 12:59:56 +0200 Subject: [PATCH] version bump to 2.5.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6cabdee61..ef1dd74af 100644 --- a/build.gradle +++ b/build.gradle @@ -81,8 +81,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 325 - versionName "2.5.0-beta.2" + versionCode 326 + versionName "2.5.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId