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