Skip to content

Commit 9a63644

Browse files
authored
Update README.md
1 parent fc6528a commit 9a63644

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,25 @@
33
[![](https://jitpack.io/v/webrtc-sdk/android.svg)](https://jitpack.io/#webrtc-sdk/android)
44

55
WebRTC pre-compiled library for android.
6+
7+
## How to use
8+
9+
Add it in your root build.gradle at the end of repositories:
10+
11+
```gradle
12+
allprojects {
13+
repositories {
14+
...
15+
maven { url 'https://jitpack.io' }
16+
}
17+
}
18+
```
19+
20+
Step 2. Add the dependency
21+
22+
23+
```gradle
24+
dependencies {
25+
implementation 'com.github.webrtc-sdk:android:92.4515.01'
26+
}
27+
```

0 commit comments

Comments
 (0)