version bump to 1.19.4 + changelog

This commit is contained in:
Daniel Gultsch 2017-07-16 11:38:17 +02:00
parent 8afe7efc2c
commit 2dce71cd96
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog
## Version 1.19.3
### Version 1.19.4
* work around for OpensFires self signed certs
* use VPNs DNS servers first
### Version 1.19.3
* Do not create foreground service when all accounts are disabled
* bug fixes

View File

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 225
versionName "1.19.3"
versionCode 226
versionName "1.19.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}