Skip to content

Commit ca6f36a

Browse files
committed
update the latest version in README
1 parent 33b7e5e commit ca6f36a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.3'
24+
compile 'com.danikula:videocache:2.3.4'
2525
}
2626
```
2727

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ publish {
2626
userOrg = 'alexeydanilov'
2727
groupId = 'com.danikula'
2828
artifactId = 'videocache'
29-
publishVersion = '2.3.3'
29+
publishVersion = '2.3.4'
3030
description = 'Cache support for android VideoView'
3131
website = 'https://github.com/danikula/AndroidVideoCache'
3232
}

0 commit comments

Comments
 (0)