We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413947a commit d84dfa4Copy full SHA for d84dfa4
README.md
@@ -19,7 +19,7 @@ allprojects {
19
Step 2. Add the dependency
20
```groovy
21
dependencies {
22
- implementation 'com.github.MasayukiSuda:ExoPlayerFilter:v0.2.5'
+ implementation 'com.github.MasayukiSuda:ExoPlayerFilter:v0.2.6'
23
implementation 'com.google.android.exoplayer:exoplayer-core:2.14.0'
24
}
25
```
gradle.properties
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
11
# This option should only be used with decoupled projects. More details, visit
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
# org.gradle.parallel=true
14
-VERSION_NAME=0.2.5
+VERSION_NAME=0.2.6
15
VERSION_CODE=10
16
BUILD_TOOLS_VERSION=28.0.3
17
COMPILE_SDK_VERSION=28
0 commit comments