CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.15.3
+
+* fix call integration on some Android 14 devices
+* Introduce 'Invites from Strangers' setting
+
### Version 2.15.2
* Fix Quicksy registration on Android 6/7
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4211004.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.15.3
+
+* fix call integration on some Android 14 devices
+* Introduce 'Invites from Strangers' setting
+
### Version 2.15.2
* Fix Quicksy registration on Android 6/7
@@ -98,8 +98,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42109
- versionName "2.15.2"
+ versionCode 42110
+ versionName "2.15.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* fix call integration on some Android 14 devices
+* Introduce 'Invites from Strangers' setting