@@ -160,6 +160,14 @@ test_composable_preview_scanner = "io.github.sergio-sastre.ComposablePreviewScan
160
160
test_detekt_api = { module = " io.gitlab.arturbosch.detekt:detekt-api" , version.ref = " detekt" }
161
161
test_detekt_test = { module = " io.gitlab.arturbosch.detekt:detekt-test" , version.ref = " detekt" }
162
162
163
+ # Matrix SDK
164
+ # When upgrading the library, you may want to check what's new in the FFI layer by having a look to the
165
+ # latest commits from the history of this file:
166
+ # 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
167
+ # All new features should not be implemented in the pull request that upgrades the version, developers should
168
+ # only fix API breaks and may add some TODOs.
169
+ matrix_sdk = " org.matrix.rustcomponents:sdk-android:25.9.16"
170
+
163
171
# Others
164
172
coil = { module = " io.coil-kt.coil3:coil" , version.ref = " coil" }
165
173
coil_network_okhttp = { module = " io.coil-kt.coil3:coil-network-okhttp" , version.ref = " coil" }
@@ -176,7 +184,6 @@ jsoup = "org.jsoup:jsoup:1.21.2"
176
184
appyx_core = { module = " com.bumble.appyx:core" , version.ref = " appyx" }
177
185
molecule-runtime = " app.cash.molecule:molecule-runtime:2.1.0"
178
186
timber = " com.jakewharton.timber:timber:5.0.1"
179
- matrix_sdk = " org.matrix.rustcomponents:sdk-android:25.9.16"
180
187
matrix_richtexteditor = { module = " io.element.android:wysiwyg" , version.ref = " wysiwyg" }
181
188
matrix_richtexteditor_compose = { module = " io.element.android:wysiwyg-compose" , version.ref = " wysiwyg" }
182
189
sqldelight-driver-android = { module = " app.cash.sqldelight:android-driver" , version.ref = " sqldelight" }
0 commit comments