version bump to 2.4.3 + changelog
This commit is contained in:
parent
c6df5191ab
commit
7ada794e6e
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.4.2
|
||||||
* Fix image preview on older Android version
|
* Fix image preview on older Android version
|
||||||
|
|
||||||
|
|
|
@ -78,8 +78,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 322
|
versionCode 323
|
||||||
versionName "2.4.2"
|
versionName "2.4.3"
|
||||||
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