Skip to content

Commit

Permalink
Update READ ME
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda authored May 24, 2017
1 parent e800aed commit 5813364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat">
[![API](https://img.shields.io/badge/API-16%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=16)

This library uses OpenGL Shaders to apply effects on [ExoPlayer](https://github.com/google/ExoPlayer) video at Runtime and <br> contains EXOPlayer core r2.4.0.<br>
This library uses OpenGL Shaders to apply effects on [ExoPlayer](https://github.com/google/ExoPlayer) video at Runtime and <br> contains EXOPlayer core r2.4.1.<br>
<img src="art/art.gif" width="33.33%">

## Gradle
```groovy
dependencies {
// jCenter
compile 'com.daasuu:ExoPlayerFilter:0.1.0'
compile 'com.daasuu:ExoPlayerFilter:0.1.1'
}
```
This library contains EXOPlayer core r2.4.0
This library contains EXOPlayer core r2.4.1

## Sample Usage

Expand Down

0 comments on commit 5813364

Please sign in to comment.