File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636 jcenter()
3737}
3838dependencies {
39- compile 'com.danikula:videocache:2.5 .0'
39+ compile 'com.danikula:videocache:2.6 .0'
4040}
4141```
4242
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.5 .0'
32+ publishVersion = ' 2.6 .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 @@ -35,10 +35,10 @@ apt {
3535}
3636
3737dependencies {
38- compile project(' :library' )
38+ // 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.5 .0'
41+ compile ' com.danikula:videocache:2.6 .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