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