mirror of
https://github.com/zhigang1992/AndroidVideoCache.git
synced 2026-04-30 04:45:41 +08:00
🐛 fix Content-Range header for partial response according to http spec (http://bit.ly/content-range)
This commit is contained in:
@@ -35,10 +35,10 @@ apt {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':library')
|
||||
// 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.2.0'
|
||||
compile 'com.danikula:videocache:2.3.1'
|
||||
compile 'com.viewpagerindicator:library:2.4.2-SNAPSHOT@aar'
|
||||
apt 'org.androidannotations:androidannotations:3.3.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user