Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 5, 2024
1 parent 4810194 commit a514134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ __[Stream Video SDK for Compose](https://getstream.io/video/docs/android?utm_sou

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

```gradle
```kotlin
dependencies {
implementation "io.getstream:stream-webrtc-android:1.1.2"
implementation("io.getstream:stream-webrtc-android:1.1.3")
}
```

Expand Down

0 comments on commit a514134

Please sign in to comment.