Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngyue committed Feb 14, 2017
1 parent 475fb08 commit 9f03bbf
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@

##主播端quickStart(maybe not that quick):

* gradle:

```gradle
compile 'com.github.h0ngyue:AndroidLiveSDK:1.0.1'
```
* root build.gradle:

```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

* your app gradle:

```gradle
dependencies {
compile 'com.github.h0ngyue:AndroidLiveSDK:1.0.1'
}
```

####step 1.布局植入BeautySurfaceView
```xml
Expand Down

0 comments on commit 9f03bbf

Please sign in to comment.