Skip to content

Commit

Permalink
Merge pull request #3907 from element-hq/renovate/org.matrix.rustcomp…
Browse files Browse the repository at this point in the history
…onents-sdk-android-0.x

Update dependency org.matrix.rustcomponents:sdk-android to v0.2.64
  • Loading branch information
bmarty authored Nov 21, 2024
2 parents 4fc1191 + 3407a1d commit ee50b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jsoup = "org.jsoup:jsoup:1.18.1"
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
molecule-runtime = "app.cash.molecule:molecule-runtime:2.0.0"
timber = "com.jakewharton.timber:timber:5.0.1"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.2.63"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.2.64"
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 = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ internal fun aRustRoomPreviewInfo(
isHistoryWorldReadable = true,
membership = membership,
joinRule = joinRule,
heroes = null,
)
}

0 comments on commit ee50b50

Please sign in to comment.