Skip to content

Commit 860a46b

Browse files
authored
Merge pull request #5363 from element-hq/feature/bma/addCommentOnSdkDep
Dependency: extract the Matrix SDK and add instructions for upgrading the library
2 parents 692362e + 3422b7d commit 860a46b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ test_composable_preview_scanner = "io.github.sergio-sastre.ComposablePreviewScan
160160
test_detekt_api = { module = "io.gitlab.arturbosch.detekt:detekt-api", version.ref = "detekt" }
161161
test_detekt_test = { module = "io.gitlab.arturbosch.detekt:detekt-test", version.ref = "detekt" }
162162

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.18"
170+
163171
# Others
164172
coil = { module = "io.coil-kt.coil3:coil", version.ref = "coil" }
165173
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"
176184
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
177185
molecule-runtime = "app.cash.molecule:molecule-runtime:2.1.0"
178186
timber = "com.jakewharton.timber:timber:5.0.1"
179-
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.9.18"
180187
matrix_richtexteditor = { module = "io.element.android:wysiwyg", version.ref = "wysiwyg" }
181188
matrix_richtexteditor_compose = { module = "io.element.android:wysiwyg-compose", version.ref = "wysiwyg" }
182189
sqldelight-driver-android = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }

0 commit comments

Comments
 (0)