Upgrade rust sdk to .55 (#1365)

Accomodates breaking changes.
This commit is contained in:
Marco Romano 2023-09-19 13:33:03 +02:00 committed by GitHub
parent d291622eea
commit 52bbede960
4 changed files with 18 additions and 11 deletions

View file

@ -150,7 +150,7 @@ jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
molecule-runtime = { module = "app.cash.molecule:molecule-runtime", version.ref = "molecule" }
timber = "com.jakewharton.timber:timber:5.0.1"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.1.54"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.1.55"
matrix_richtexteditor = { module = "io.element.android:wysiwyg", version.ref = "wysiwyg" }
matrix_richtexteditor_compose = { module = "io.element.android:wysiwyg-compose", version.ref = "wysiwyg" }
sqldelight-driver-android = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }