version bump to 2.5.12 + changelog
This commit is contained in:
parent
781ec93154
commit
3a0c6bc17e
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.5.12
|
||||
* Jingle file transfer fixes
|
||||
|
||||
### Version 2.5.11
|
||||
* Fixed crash on Android <5.0
|
||||
|
||||
|
|
|
@ -84,8 +84,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 341
|
||||
versionName "2.5.11"
|
||||
versionCode 343
|
||||
versionName "2.5.12"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue