version bump to 2.4.0-beta + changelog
This commit is contained in:
parent
310362130f
commit
4c8b1eb4bc
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.3.12
|
||||||
* Fixed rare crash on start up
|
* Fixed rare crash on start up
|
||||||
* Fixed avatar not being refreshed in group chats
|
* Fixed avatar not being refreshed in group chats
|
||||||
|
|
|
@ -78,8 +78,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 317
|
versionCode 318
|
||||||
versionName "2.3.12"
|
versionName "2.4.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue