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