mirror of
https://github.com/zhigang1992/AndroidVideoCache.git
synced 2026-03-06 17:04:24 +08:00
📦 release 2.7.1
This commit is contained in:
@@ -36,7 +36,7 @@ Note `AndroidVideoCache` works only with **direct urls** to media file, it [**d
|
||||
Just add dependency (`AndroidVideoCache` is available in jcenter):
|
||||
```
|
||||
dependencies {
|
||||
compile 'com.danikula:videocache:2.7.0'
|
||||
compile 'com.danikula:videocache:2.7.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 23
|
||||
versionCode 21
|
||||
versionName '2.7.0'
|
||||
versionCode 22
|
||||
versionName '2.7.1'
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
@@ -38,7 +38,7 @@ dependencies {
|
||||
// compile project(':library')
|
||||
compile 'com.android.support:support-v4:23.1.0'
|
||||
compile 'org.androidannotations:androidannotations-api:3.3.2'
|
||||
compile 'com.danikula:videocache:2.7.0'
|
||||
compile 'com.danikula:videocache:2.7.1'
|
||||
compile 'com.viewpagerindicator:library:2.4.2-SNAPSHOT@aar'
|
||||
apt 'org.androidannotations:androidannotations:3.3.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user