File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121 jcenter()
2222}
2323dependencies {
24- compile 'com.danikula:videocache:2.4 .0'
24+ compile 'com.danikula:videocache:2.5 .0'
2525}
2626```
2727
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ publish {
2929 userOrg = ' alexeydanilov'
3030 groupId = ' com.danikula'
3131 artifactId = ' videocache'
32- publishVersion = ' 2.4 .0'
32+ publishVersion = ' 2.5 .0'
3333 description = ' Cache support for android VideoView'
3434 website = ' https://github.com/danikula/AndroidVideoCache'
3535}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838// compile project(':library')
3939 compile ' com.android.support:support-v4:23.1.0'
4040 compile ' org.androidannotations:androidannotations-api:3.3.2'
41- compile ' com.danikula:videocache:2.4 .0'
41+ compile ' com.danikula:videocache:2.5 .0'
4242 compile ' com.viewpagerindicator:library:2.4.2-SNAPSHOT@aar'
4343 apt ' org.androidannotations:androidannotations:3.3.2'
4444}
You can’t perform that action at this time.
0 commit comments