Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Nov 7, 2016
1 parent 23a35c3 commit 8d6c36e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ Add this in your module's `build.gradle` file:
```gradle
dependencies {
// ... other dependencies
compile 'com.afollestad:easyvideoplayer:0.2.13'
compile 'com.afollestad:easyvideoplayer:0.3.0'
}
```

If it doesn't resolve through jCenter (like it *should*), add this to your app/build.gradle repositories:

```gradle
maven { url 'https://dl.bintray.com/drummer-aidan/maven' }
``
## Getting Started
##### Configuring a Player Activity
Expand Down

0 comments on commit 8d6c36e

Please sign in to comment.