CHANGELOG.md 🔗
@@ -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
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -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