version bump to 2.5.11 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 5 ++++-
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)

Detailed changes

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

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