version bump to 2.17.4 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                           | 4 ++++
build.gradle                                           | 4 ++--
fastlane/metadata/android/en-US/changelogs/4212504.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.17.4
+
+* improve handling of some emoji reactions
+
 ### Version 2.17.3
 
 * Always show call button

build.gradle 🔗

@@ -100,8 +100,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42124
-        versionName "2.17.3"
+        versionCode 42125
+        versionName "2.17.4"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId