We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e70547 commit 5f04b5dCopy full SHA for 5f04b5d
README.md
@@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
59
60
```kotlin
61
dependencies {
62
- implementation("io.getstream:stream-webrtc-android:1.2.0")
+ implementation("io.getstream:stream-webrtc-android:1.2.1")
63
}
64
```
65
@@ -82,7 +82,7 @@ repositories {
82
Next, add the below dependency to your **module**'s `build.gradle` file.
83
```gradle
84
85
- implementation "io.getstream:stream-webrtc-android:1.2.1-SNAPSHOT"
+ implementation "io.getstream:stream-webrtc-android:1.2.2-SNAPSHOT"
86
87
88
0 commit comments