version bump to 2.9.7-beta + changelog
This commit is contained in:
parent
638f30b902
commit
81505c6202
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.7
|
||||||
|
|
||||||
|
* Ability to select incoming call ringtone
|
||||||
|
* Fix OpenPGP key id discovery for OpenKeychain 5.6+
|
||||||
|
* Properly verify punycode TLS certificates
|
||||||
|
* Improve stability of RTP session establishment (calling)
|
||||||
|
|
||||||
### Version 2.9.6
|
### Version 2.9.6
|
||||||
|
|
||||||
* Show call button for offline contacts if they previously announced support
|
* Show call button for offline contacts if they previously announced support
|
||||||
|
|
|
@ -91,8 +91,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 407
|
versionCode 408
|
||||||
versionName "2.9.6"
|
versionName "2.9.7-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue