version bump to 1.15.2 + changelog

This commit is contained in:
Daniel Gultsch 2016-12-23 21:27:27 +01:00
parent c43f224e8b
commit 593dd259a9
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.15.2
* bug fixes
####Version 1.15.1 ####Version 1.15.1
* support for POSH (RFC7711) * support for POSH (RFC7711)
* support for quoting messages (via select text) * support for quoting messages (via select text)

View file

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