version bump to 2.4.3 + changelog
This commit is contained in:
parent
c6df5191ab
commit
7ada794e6e
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.4.3
|
||||
* Fixed display of private messages sent from another client
|
||||
* Fixed backup creation on long time installations
|
||||
|
||||
### Version 2.4.2
|
||||
* Fix image preview on older Android version
|
||||
|
||||
|
|
|
@ -78,8 +78,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 322
|
||||
versionName "2.4.2"
|
||||
versionCode 323
|
||||
versionName "2.4.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue