Skip to content

Commit e46dbd8

Browse files
authored
Update README.md
1 parent cbbf74d commit e46dbd8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,17 @@ dependencies {
7373
Snapshots of the current development version of AvatarView are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/io/getstream/stream-webrtc-android/).
7474

7575
To import snapshot versions on your project, add the code snippet below on your gradle file.
76-
```Gradle
76+
```kotlin
7777
repositories {
78-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
78+
maven(url="https://oss.sonatype.org/content/repositories/snapshots/")
7979
}
8080
```
8181

82-
Next, add the below dependency to your **module**'s `build.gradle` file.
83-
```gradle
82+
Next, add the below dependency to your **module**'s `build.gradle` file:
83+
84+
```kotlin
8485
dependencies {
85-
implementation "io.getstream:stream-webrtc-android:1.2.4-SNAPSHOT"
86+
implementation("io.getstream:stream-webrtc-android:1.2.4-SNAPSHOT")
8687
}
8788
```
8889

0 commit comments

Comments
 (0)