Commit 669cf680 by []inger Committed by Oliver Woodman

Mention jcenter and gradle dependency in dev guide and Github readme.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134056007
parent f2cf086d
Showing with 11 additions and 2 deletions
......@@ -22,8 +22,17 @@ and extend, and can be updated through Play Store application updates.
#### Via jCenter ####
The easiest way to get started using ExoPlayer is by including the following in
your project's `build.gradle` file:
The easiest way to get started using ExoPlayer is to add it as a gradle
dependency. You need to make sure you have the jcenter repository included in
the `build.gradle` file in the root of your project:
```gradle
repositories {
jcenter()
}
```
Next, include the following in your module's `build.gradle` file:
```gradle
compile 'com.google.android.exoplayer:exoplayer:rX.X.X'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment