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

View file

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