version bump to 2.5.6 + changelog
This commit is contained in:
parent
c84a89924e
commit
c92cc5f5b7
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.5.6
|
||||||
|
* fixes for Jingle file transfer
|
||||||
|
* fixed some rare crashes
|
||||||
|
|
||||||
### Version 2.5.5
|
### Version 2.5.5
|
||||||
* allow backups to be restored from anywhere
|
* allow backups to be restored from anywhere
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
|
@ -81,8 +81,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 334
|
versionCode 336
|
||||||
versionName "2.5.5"
|
versionName "2.5.6"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue