Skip to content

Commit 99b8330

Browse files
committed
📦 release 2.6.0
1 parent 0f522f2 commit 99b8330

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
jcenter()
3737
}
3838
dependencies {
39-
compile 'com.danikula:videocache:2.5.0'
39+
compile 'com.danikula:videocache:2.6.0'
4040
}
4141
```
4242

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ apt {
3535
}
3636

3737
dependencies {
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
}

0 commit comments

Comments
 (0)