version code bump + modified changelog
This commit is contained in:
parent
c21e9c22a7
commit
c17f2dfd56
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
### Version 2.5.12
|
### Version 2.5.12
|
||||||
* Jingle file transfer fixes
|
* Jingle file transfer fixes
|
||||||
|
* Fixed OMEMO self healing (after backup restore) on servers w/o MAM
|
||||||
|
|
||||||
### Version 2.5.11
|
### Version 2.5.11
|
||||||
* Fixed crash on Android <5.0
|
* Fixed crash on Android <5.0
|
||||||
|
|
|
@ -84,7 +84,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 343
|
versionCode 346
|
||||||
versionName "2.5.12"
|
versionName "2.5.12"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
|
|
Loading…
Reference in a new issue