version bump to 2.4.3 + changelog

This commit is contained in:
Daniel Gultsch 2019-03-28 09:40:54 +01:00
parent c6df5191ab
commit 7ada794e6e
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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