Update dependency org.matrix.rustcomponents:sdk-android to v0.1.96 (#2323)

* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.96

* Fixes for the SDK upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
renovate[bot] 2024-01-31 11:07:34 +00:00 committed by GitHub
parent 3bbaf7d377
commit 4854733b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 53 deletions

View file

@ -252,7 +252,5 @@ interface MatrixRoom : Closeable {
*/
fun getWidgetDriver(widgetSettings: MatrixWidgetSettings): Result<MatrixWidgetDriver>
fun pollHistory(): MatrixTimeline
override fun close() = destroy()
}