Skip to content

Commit ea0b415

Browse files
authored
Update README.md
1 parent 5175042 commit ea0b415

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat">
44
[![API](https://img.shields.io/badge/API-16%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=16)
55

6-
This library uses OpenGL Shaders to apply effects on [ExoPlayer](https://github.com/google/ExoPlayer) video at Runtime and <br> depends EXOPlayer core 2.6.1.<br>
6+
This library uses OpenGL Shaders to apply effects on [ExoPlayer](https://github.com/google/ExoPlayer) video at Runtime and <br> depends EXOPlayer core 2.7.0.<br>
77
<img src="art/art.gif" width="33.33%">
88

99
## Gradle
1010
```groovy
1111
dependencies {
1212
// jCenter
13-
implementation 'com.daasuu:ExoPlayerFilter:0.2.0'
14-
implementation 'com.google.android.exoplayer:exoplayer-core:2.6.1'
13+
implementation 'com.daasuu:ExoPlayerFilter:0.2.1'
14+
implementation 'com.google.android.exoplayer:exoplayer-core:2.7.0'
1515
}
1616
```
17-
This library depends ExoPlayer core 2.6.1
17+
This library depends ExoPlayer core 2.7.0
1818

1919
## Sample Usage
2020

0 commit comments

Comments
 (0)