version bump to 2.5.11 + changelog
This commit is contained in:
parent
705f31518c
commit
175d9f539e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue