Merge pull request #5432 from element-hq/feature/bma/leaveSpace

Leave space: use SDK API.
This commit is contained in:
Benoit Marty 2025-10-03 16:43:45 +02:00 committed by GitHub
commit ffde95fb84
48 changed files with 602 additions and 210 deletions

View file

@ -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.10.1"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.10.2"
# Others
coil = { module = "io.coil-kt.coil3:coil", version.ref = "coil" }