Skip to content

Commit a514134

Browse files
committed
Update README
1 parent 4810194 commit a514134

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
@@ -57,9 +57,9 @@ __[Stream Video SDK for Compose](https://getstream.io/video/docs/android?utm_sou
5757

5858
Add the below dependency to your **module**'s `build.gradle` file:
5959

60-
```gradle
60+
```kotlin
6161
dependencies {
62-
implementation "io.getstream:stream-webrtc-android:1.1.2"
62+
implementation("io.getstream:stream-webrtc-android:1.1.3")
6363
}
6464
```
6565

0 commit comments

Comments
 (0)