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

View file

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