version bump to 2.17.7 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                           | 6 ++++++
build.gradle                                           | 6 +++---
fastlane/metadata/android/en-US/changelogs/4212804.txt | 3 +++
3 files changed, 12 insertions(+), 3 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.17.7
+
+* Easier access to custom notification sounds via Contact details -> Overflow menu -> Custom notifications)
+* Fix direct share targets on new Android versions
+* Ability to restrict avatar visibility to contacts
+
 ### Version 2.17.6
 
 * Add ability to show message bubbles left-aligned

build.gradle 🔗

@@ -66,7 +66,7 @@ dependencies {
     implementation 'androidx.cardview:cardview:1.0.0'
     implementation "androidx.preference:preference:1.2.1"
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
-    implementation 'com.google.android.material:material:1.13.0-alpha08'
+    implementation 'com.google.android.material:material:1.13.0-alpha09'
     implementation 'androidx.work:work-runtime:2.9.1'
 
     implementation "androidx.emoji2:emoji2:1.5.0"
@@ -113,8 +113,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42127
-        versionName "2.17.6"
+        versionCode 42128
+        versionName "2.17.7"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId

fastlane/metadata/android/en-US/changelogs/4212804.txt 🔗

@@ -0,0 +1,3 @@
+* Easier access to custom notification sounds via Contact details -> Overflow menu -> Custom notifications)
+* Fix direct share targets on new Android versions
+* Ability to restrict avatar visibility to contacts