version bump to 1.19.4 + changelog
This commit is contained in:
parent
8afe7efc2c
commit
2dce71cd96
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Version 1.19.3
|
### Version 1.19.4
|
||||||
|
* work around for OpensFire’s self signed certs
|
||||||
|
* use VPN’s DNS servers first
|
||||||
|
|
||||||
|
### Version 1.19.3
|
||||||
* Do not create foreground service when all accounts are disabled
|
* Do not create foreground service when all accounts are disabled
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 225
|
versionCode 226
|
||||||
versionName "1.19.3"
|
versionName "1.19.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue