CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.15.2
+
+* Fix Quicksy registration on Android 6/7
+* Play incoming call ringtone on notification channel
+
### Version 2.15.1
* Show message status as icons
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4210904.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.15.2
+
+* Fix Quicksy registration on Android 6/7
+* Play incoming call ringtone on notification channel
+
### Version 2.15.1
* Show message status as icons
@@ -98,8 +98,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42108
- versionName "2.15.1"
+ versionCode 42109
+ versionName "2.15.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Fix Quicksy registration on Android 6/7
+* Play incoming call ringtone on notification channel