Updated our custom AndroidVideoCache with a bug fix that was causing

corrupted downloads when trying to resume downloads that were returning
200 instead of 206.
This commit is contained in:
casey langen 2017-12-02 15:57:38 -08:00
parent cc42d9250b
commit 5f4375afc5
3 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ dependencies {
implementation(name:'android-taskrunner-0.5', ext:'aar')
implementation(name:'videocache-2.8.0-clangen-3', ext:'aar')
implementation(name:'videocache-2.8.0-clangen-5', ext:'aar')
implementation 'org.slf4j:slf4j-android:1.7.21'
implementation "android.arch.persistence.room:runtime:1.0.0"

Binary file not shown.