update the latest version in README

This commit is contained in:
Alexey Danilov
2015-12-08 19:06:07 +03:00
parent 33b7e5e9d3
commit ca6f36ada3
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ repositories {
jcenter()
}
dependencies {
compile 'com.danikula:videocache:2.3.3'
compile 'com.danikula:videocache:2.3.4'
}
```

View File

@@ -26,7 +26,7 @@ publish {
userOrg = 'alexeydanilov'
groupId = 'com.danikula'
artifactId = 'videocache'
publishVersion = '2.3.3'
publishVersion = '2.3.4'
description = 'Cache support for android VideoView'
website = 'https://github.com/danikula/AndroidVideoCache'
}