Skip to content

Commit d5e8357

Browse files
Create README.md
1 parent 5c28bd3 commit d5e8357

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# WSLiveDemo
2+
直播SDK,推流,录制视频,滤镜。
3+
4+
5+
1.Add it in your root build.gradle at the end of repositories:
6+
7+
allprojects {
8+
repositories {
9+
...
10+
maven { url 'https://jitpack.io' }
11+
}
12+
}
13+
14+
2. Add the dependency
15+
16+
dependencies {
17+
compile 'com.github.WangShuo1143368701:WSLiveDemo:v1.0'
18+
}

0 commit comments

Comments
 (0)