Skip to content

Commit

Permalink
update readme with markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
weiancheng committed Dec 5, 2017
1 parent 8c810ce commit 9dbf934
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
create a music player with ExoPlayer.

1. Add it in your root build.gradle at the end of repositories: <br>
allprojects { <br>
repositories { <br>
... <br>
maven { url 'https://jitpack.io' } <br>
} <br>
}<br>
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
<br>
2. Add the dependency<br>
dependencies {<br>
compile 'com.github.weiancheng:MediaPlayerWithExoPlayer:v1.1'<br>
}<br>
```gradle
dependencies {
compile 'com.github.weiancheng:MediaPlayerWithExoPlayer:v1.1'
}
```

0 comments on commit 9dbf934

Please sign in to comment.