We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec42066 commit 9e5f270Copy full SHA for 9e5f270
README.md
@@ -44,9 +44,9 @@ allprojects {
44
Step 2. Add the dependency
45
```groovy
46
dependencies {
47
- implementation 'com.github.MasayukiSuda:GPUVideo-android:v0.1.1'
+ implementation 'com.github.MasayukiSuda:GPUVideo-android:v0.1.2'
48
// if apply video filter on ExoPlayer video
49
- implementation 'com.google.android.exoplayer:exoplayer-core:2.9.3'
+ implementation 'com.google.android.exoplayer:exoplayer-core:2.15.1'
50
}
51
```
52
0 commit comments