version bump to 2.5.9 + changelog
This commit is contained in:
parent
bea94d565b
commit
3733148ac8
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Version 2.5.8
|
### Version 2.5.9
|
||||||
|
* fixed minor security issues
|
||||||
|
* Share XMPP uri from channel search by long pressing a result
|
||||||
|
|
||||||
|
### Version 2.5.8
|
||||||
* fixed connection issues over Tor
|
* fixed connection issues over Tor
|
||||||
* P2P file transfer (Jingle) now offers direct candidates
|
* P2P file transfer (Jingle) now offers direct candidates
|
||||||
* Support XEP-0396: Jingle Encrypted Transports - OMEMO
|
* Support XEP-0396: Jingle Encrypted Transports - OMEMO
|
||||||
|
|
|
@ -83,8 +83,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 338
|
versionCode 339
|
||||||
versionName "2.5.8"
|
versionName "2.5.9"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue