version bump to 1.15.3 + changelog
This commit is contained in:
parent
a994d8f847
commit
b09b8136d2
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.15.3
|
||||||
|
* show offline contacts in MUC as grayed-out
|
||||||
|
* don't transcode gifs. add overlay indication to gifs
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.15.2
|
####Version 1.15.2
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -55,8 +55,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 188
|
versionCode 189
|
||||||
versionName "1.15.2"
|
versionName "1.15.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue