version bump to 1.15.2 + changelog
This commit is contained in:
parent
c43f224e8b
commit
593dd259a9
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue