Skip to content

Commit

Permalink
📦 release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danikula committed Jul 24, 2018
1 parent 36fea1c commit f02351b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 21
versionName '2.7.0'
versionCode 22
versionName '2.7.1'
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit f02351b

Please sign in to comment.