version bump to 2.5.5 + changelog

This commit is contained in:
Daniel Gultsch 2019-07-23 08:35:29 +02:00
parent a4665d4657
commit de66e9b6f9
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.5.5
* allow backups to be restored from anywhere
* bug fixes
### Version 2.5.4 ### Version 2.5.4
* stability improvements for group chats and channels * stability improvements for group chats and channels

View file

@ -81,8 +81,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 333 versionCode 334
versionName "2.5.4" versionName "2.5.5"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId