version bump to 1.19.0-beta.2 + changelog
This commit is contained in:
parent
59e39304dd
commit
90afaab8ed
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.19.0
|
||||||
|
* Added 'App Shortcuts' to quickly access frequent contacts
|
||||||
|
* Use DNSSEC to verify hostname instead of domain in certificate
|
||||||
|
* Setting to enable Heads-up notifications
|
||||||
|
|
||||||
### Version 1.18.5
|
### Version 1.18.5
|
||||||
* colorize send button only after history is caught up
|
* colorize send button only after history is caught up
|
||||||
* improved MAM catchup strategy
|
* improved MAM catchup strategy
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 217
|
versionCode 220
|
||||||
versionName "1.18.5"
|
versionName "1.19.0-beta.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue