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:
parent
1806ebaa02
commit
05f7037939
16 changed files with 99 additions and 55 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue