version bump to 2.4.2 + changelog
This commit is contained in:
parent
a9b0e13179
commit
016e394897
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue