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
####Version 1.15.2
* bug fixes
####Version 1.15.1
* support for POSH (RFC7711)
* support for quoting messages (via select text)

View File

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