Change summary
build.gradle | 6 ++----
fastlane/metadata/android/en-US/changelogs/42000.txt | 4 ++++
2 files changed, 6 insertions(+), 4 deletions(-)
Detailed changes
@@ -91,8 +91,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 408
- versionName "2.9.7-beta"
+ versionCode 42000
+ versionName "2.9.7"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -276,8 +276,6 @@ android {
def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(OutputFile.ABI))
if (baseAbiVersionCode != null) {
output.versionCodeOverride = (100 * variant.versionCode) + baseAbiVersionCode
- } else {
- output.versionCodeOverride = (100 * variant.versionCode)
}
}
@@ -0,0 +1,4 @@
+* 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)