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 1806ebaa02
commit 05f7037939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 99 additions and 55 deletions

View file

@ -29,6 +29,10 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
// To have immediate access to Rust SDK versions
maven {
url = URI("https://s01.oss.sonatype.org/content/repositories/releases")
}
maven {
url = URI("https://www.jitpack.io")
content {