📦 release 2.7.1

This commit is contained in:
Alexey Danilov
2018-07-24 20:37:29 +03:00
parent 36fea1c2ad
commit f02351be69
3 changed files with 4 additions and 4 deletions

View File

@@ -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'
}
```

View File

@@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 21
versionName '2.7.0'
versionCode 22
versionName '2.7.1'
}
compileOptions {

View File

@@ -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'
}