We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b7e5e commit ca6f36aCopy full SHA for ca6f36a
2 files changed
README.md
@@ -21,7 +21,7 @@ repositories {
21
jcenter()
22
}
23
dependencies {
24
- compile 'com.danikula:videocache:2.3.3'
+ compile 'com.danikula:videocache:2.3.4'
25
26
```
27
library/build.gradle
@@ -26,7 +26,7 @@ publish {
userOrg = 'alexeydanilov'
groupId = 'com.danikula'
28
artifactId = 'videocache'
29
- publishVersion = '2.3.3'
+ publishVersion = '2.3.4'
30
description = 'Cache support for android VideoView'
31
website = 'https://github.com/danikula/AndroidVideoCache'
32
0 commit comments