Skip to content

Commit 5f04b5d

Browse files
committed
Prepare for release 1.2.1
1 parent 0e70547 commit 5f04b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
5959

6060
```kotlin
6161
dependencies {
62-
implementation("io.getstream:stream-webrtc-android:1.2.0")
62+
implementation("io.getstream:stream-webrtc-android:1.2.1")
6363
}
6464
```
6565

@@ -82,7 +82,7 @@ repositories {
8282
Next, add the below dependency to your **module**'s `build.gradle` file.
8383
```gradle
8484
dependencies {
85-
implementation "io.getstream:stream-webrtc-android:1.2.1-SNAPSHOT"
85+
implementation "io.getstream:stream-webrtc-android:1.2.2-SNAPSHOT"
8686
}
8787
```
8888

0 commit comments

Comments
 (0)