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 # Changelog
### Version 2.4.1
* Fixed crash in message view
### Version 2.4.0 ### Version 2.4.0
* New Backup / Restore feature * New Backup / Restore feature
* Clearly distinguish between (private) group chats and (public) channels * Clearly distinguish between (private) group chats and (public) channels

View file

@ -78,8 +78,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 320 versionCode 321
versionName "2.4.0" versionName "2.4.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId