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 # Changelog
### Version 2.4.2
* Fix image preview on older Android version
### Version 2.4.1 ### Version 2.4.1
* Fixed crash in message view * Fixed crash in message view

View file

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