version bump to 2.5.5 + changelog
This commit is contained in:
parent
a4665d4657
commit
de66e9b6f9
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.5.5
|
||||
* allow backups to be restored from anywhere
|
||||
* bug fixes
|
||||
|
||||
### Version 2.5.4
|
||||
* stability improvements for group chats and channels
|
||||
|
||||
|
|
|
@ -81,8 +81,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 333
|
||||
versionName "2.5.4"
|
||||
versionCode 334
|
||||
versionName "2.5.5"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue