version bump to 2.4.1 + changelog

This commit is contained in:
Daniel Gultsch 2019-02-23 10:34:51 +01:00
parent 24a51d8715
commit a243cdb944
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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