Skip to content

Commit 8fc4a9a

Browse files
committed
📦 release 2.5.0
1 parent 6c996ea commit 8fc4a9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
jcenter()
2222
}
2323
dependencies {
24-
compile 'com.danikula:videocache:2.4.0'
24+
compile 'com.danikula:videocache:2.5.0'
2525
}
2626
```
2727

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.4.0'
32+
publishVersion = '2.5.0'
3333
description = 'Cache support for android VideoView'
3434
website = 'https://github.com/danikula/AndroidVideoCache'
3535
}

sample/build.gradle

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

0 commit comments

Comments
 (0)