From 175d9f539e007dbe072a234d4712cf22052e4cb8 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 28 Sep 2019 11:04:08 +0200 Subject: [PATCH] version bump to 2.5.11 + changelog --- CHANGELOG.md | 5 ++++- build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e713017c2..c74a98a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog +### Version 2.5.11 +* Fixed crash on Android <5.0 + ### Version 2.5.10 -* Fixed crash on Android 8.0 + 8.1 +* Fixed crash on Xiaomi devices running Android 8.0 + 8.1 ### Version 2.5.9 * fixed minor security issues diff --git a/build.gradle b/build.gradle index a03ee01fa..34e9cd785 100644 --- a/build.gradle +++ b/build.gradle @@ -84,8 +84,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 340 - versionName "2.5.10" + versionCode 341 + versionName "2.5.11" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId