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 490fafc commit 8c810ce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

create a music player with ExoPlayer.

1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

2. Add the dependency
dependencies {
compile 'com.github.weiancheng:MediaPlayerWithExoPlayer:v1.1'
}
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>
<br>
2. Add the dependency<br>
dependencies {<br>
compile 'com.github.weiancheng:MediaPlayerWithExoPlayer:v1.1'<br>
}<br>

0 comments on commit 8c810ce

Please sign in to comment.