version bump to 2.5.5 + changelog
This commit is contained in:
parent
a4665d4657
commit
de66e9b6f9
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue