version bump to 2.5.11 + changelog

This commit is contained in:
Daniel Gultsch 2019-09-28 11:04:08 +02:00
parent 705f31518c
commit 175d9f539e
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,10 @@
# Changelog # Changelog
### Version 2.5.11
* Fixed crash on Android <5.0
### Version 2.5.10 ### 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 ### Version 2.5.9
* fixed minor security issues * fixed minor security issues

View file

@ -84,8 +84,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 340 versionCode 341
versionName "2.5.10" versionName "2.5.11"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId