version bump to 1.15.3 + changelog

This commit is contained in:
Daniel Gultsch 2017-01-09 19:52:46 +01:00
parent a994d8f847
commit b09b8136d2
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###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
* bug fixes

View File

@ -55,8 +55,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 188
versionName "1.15.2"
versionCode 189
versionName "1.15.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}