version bump to 2.4.2 + changelog

This commit is contained in:
Daniel Gultsch 2019-03-03 15:04:54 +01:00
parent a9b0e13179
commit 016e394897
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog
### Version 2.4.2
* Fix image preview on older Android version
### Version 2.4.1
* Fixed crash in message view

View file

@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 321
versionName "2.4.1"
versionCode 322
versionName "2.4.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId