version bump to 1.19.2 + changelog

This commit is contained in:
Daniel Gultsch 2017-07-10 12:38:48 +02:00
parent c5824a3b2a
commit 4d1b6d4404
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
### Version 1.19.2
* bug fixes
### Version 1.19.1 ### Version 1.19.1
* Made DNSSEC hostname validation opt-in * Made DNSSEC hostname validation opt-in

View File

@ -56,8 +56,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25
versionCode 223 versionCode 224
versionName "1.19.1" versionName "1.19.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }