Add DashDownloaderService which downloads DASH streams at the background

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152815185
This commit is contained in:
eguven 2017-04-11 08:30:22 -07:00 committed by Oliver Woodman
parent 85adecf948
commit 5a6a1af441

View file

@ -38,6 +38,7 @@ android {
dependencies {
compile project(':library-core')
compile 'com.android.support:support-annotations:25.2.0'
compile 'com.android.support:support-core-utils:25.2.0'
androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestCompile 'org.mockito:mockito-core:1.9.5'