version bump to 1.19.1 + changelog
This commit is contained in:
parent
8415f27cac
commit
a1f9f5e774
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.19.1
|
||||||
|
* Made DNSSEC hostname validation opt-in
|
||||||
|
|
||||||
### Version 1.19.0
|
### Version 1.19.0
|
||||||
* Added 'App Shortcuts' to quickly access frequent contacts
|
* Added 'App Shortcuts' to quickly access frequent contacts
|
||||||
* Use DNSSEC to verify hostname instead of domain in certificate
|
* Use DNSSEC to verify hostname instead of domain in certificate
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 222
|
versionCode 223
|
||||||
versionName "1.19.0"
|
versionName "1.19.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue