version bump to 1.19.0 + changelog

This commit is contained in:
Daniel Gultsch 2017-07-05 13:16:54 +02:00
parent 7df0f3fd28
commit ae0ba3bbc1
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* Added 'App Shortcuts' to quickly access frequent contacts
* Use DNSSEC to verify hostname instead of domain in certificate
* Setting to enable Heads-up notifications
* Added date separators in message view
### Version 1.18.5
* colorize send button only after history is caught up

View File

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 220
versionName "1.19.0-beta.2"
versionCode 222
versionName "1.19.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}