Prepare update to Rust SDK 0.1.36 (#966)

* Update to Rust SDK 0.1.36

* Cancel fetching members when the we exit the room
This commit is contained in:
Jorge Martin Espinosa 2023-07-26 16:22:09 +02:00 committed by GitHub
parent c620e64ca6
commit a9d1a299f5
16 changed files with 99 additions and 55 deletions

View file

@ -29,7 +29,7 @@ anvil {
}
dependencies {
// api(projects.libraries.rustsdk)
// api(projects.libraries.rustsdk)
implementation(libs.matrix.sdk)
implementation(projects.libraries.di)
implementation(projects.libraries.androidutils)