version bump to 1.15.4 + changelog

This commit is contained in:
Daniel Gultsch 2017-01-16 12:07:50 +01:00
parent f7c5a5c42e
commit 7219e077f4
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.15.4
* bug fixes
####Version 1.15.3 ####Version 1.15.3
* show offline contacts in MUC as grayed-out * show offline contacts in MUC as grayed-out
* don't transcode gifs. add overlay indication to gifs * don't transcode gifs. add overlay indication to gifs

View File

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