version bump to 2.4.1 + changelog
This commit is contained in:
parent
24a51d8715
commit
a243cdb944
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue