version bump to 2.5.6 + changelog

This commit is contained in:
Daniel Gultsch 2019-08-19 14:48:10 +02:00
parent c84a89924e
commit c92cc5f5b7
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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