Merge branch 'develop' into feature/bma/addCommentOnSdkDep

This commit is contained in:
Benoit Marty 2025-09-18 18:10:04 +02:00 committed by GitHub
commit 3422b7d90a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 307 additions and 80 deletions

View file

@ -44,7 +44,7 @@ showkase = "1.0.5"
appyx = "1.7.1"
sqldelight = "2.1.0"
wysiwyg = "2.39.0"
telephoto = "0.16.0"
telephoto = "0.17.0"
haze = "1.6.10"
# Dependency analysis
@ -166,7 +166,7 @@ test_detekt_test = { module = "io.gitlab.arturbosch.detekt:detekt-test", version
# https://github.com/matrix-org/matrix-rust-components-kotlin/commits/main/sdk/sdk-android/src/main/kotlin/org/matrix/rustcomponents/sdk/matrix_sdk_ffi.kt
# All new features should not be implemented in the pull request that upgrades the version, developers should
# only fix API breaks and may add some TODOs.
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.9.16"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.9.18"
# Others
coil = { module = "io.coil-kt.coil3:coil", version.ref = "coil" }