version bump to 1.19.5 + changelog
This commit is contained in:
parent
c8bd5bc1f5
commit
7ac26952d7
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 1.19.5
|
||||
* fixed connection loop on Android <4.4
|
||||
|
||||
### Version 1.19.4
|
||||
* work around for OpensFire’s self signed certs
|
||||
* use VPN’s DNS servers first
|
||||
|
|
|
@ -56,8 +56,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 227
|
||||
versionName "1.19.4"
|
||||
versionCode 228
|
||||
versionName "1.19.5"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue