Skip to content

Commit d84dfa4

Browse files
committed
bump up version
1 parent 413947a commit d84dfa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
Step 2. Add the dependency
2020
```groovy
2121
dependencies {
22-
implementation 'com.github.MasayukiSuda:ExoPlayerFilter:v0.2.5'
22+
implementation 'com.github.MasayukiSuda:ExoPlayerFilter:v0.2.6'
2323
implementation 'com.google.android.exoplayer:exoplayer-core:2.14.0'
2424
}
2525
```

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
14-
VERSION_NAME=0.2.5
14+
VERSION_NAME=0.2.6
1515
VERSION_CODE=10
1616
BUILD_TOOLS_VERSION=28.0.3
1717
COMPILE_SDK_VERSION=28

0 commit comments

Comments
 (0)