Skip to content

Commit f02351b

Browse files
committed
📦 release 2.7.1
1 parent 36fea1c commit f02351b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note `AndroidVideoCache` works only with **direct urls** to media file, it [**d
3636
Just add dependency (`AndroidVideoCache` is available in jcenter):
3737
```
3838
dependencies {
39-
compile 'com.danikula:videocache:2.7.0'
39+
compile 'com.danikula:videocache:2.7.1'
4040
}
4141
```
4242

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
defaultConfig {
1919
minSdkVersion 9
2020
targetSdkVersion 23
21-
versionCode 21
22-
versionName '2.7.0'
21+
versionCode 22
22+
versionName '2.7.1'
2323
}
2424

2525
compileOptions {

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// compile project(':library')
3939
compile 'com.android.support:support-v4:23.1.0'
4040
compile 'org.androidannotations:androidannotations-api:3.3.2'
41-
compile 'com.danikula:videocache:2.7.0'
41+
compile 'com.danikula:videocache:2.7.1'
4242
compile 'com.viewpagerindicator:library:2.4.2-SNAPSHOT@aar'
4343
apt 'org.androidannotations:androidannotations:3.3.2'
4444
}

0 commit comments

Comments
 (0)