version bump to 2.4.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2019-02-07 21:59:58 +01:00
parent 310362130f
commit 4c8b1eb4bc
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog
### Version 2.4.0
* New Backup / Restore feature
* Clearly distinguish between (private) group chats and (public) channels
* Redesigned participants view for group chats and channels
* Redesigned create new contact/group chat/channel flow in Start Conversation screen
### Version 2.3.12
* Fixed rare crash on start up
* Fixed avatar not being refreshed in group chats

View file

@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 317
versionName "2.3.12"
versionCode 318
versionName "2.4.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId