CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.4.1
+* Fixed crash in message view
+
### Version 2.4.0
* New Backup / Restore feature
* Clearly distinguish between (private) group chats and (public) channels
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.4.1
+* Fixed crash in message view
+
### Version 2.4.0
* New Backup / Restore feature
* Clearly distinguish between (private) group chats and (public) channels
@@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 320
- versionName "2.4.0"
+ versionCode 321
+ versionName "2.4.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId