From 42e4100c0511b8dbd405f143e0d8aca84e2ea50b Mon Sep 17 00:00:00 2001 From: eguven Date: Tue, 18 Apr 2017 03:46:46 -0700 Subject: [PATCH] Add DashDownloaderService which downloads DASH streams at the background ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153446615 --- library/dash/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/library/dash/build.gradle b/library/dash/build.gradle index a9a55502191..e608181fabe 100644 --- a/library/dash/build.gradle +++ b/library/dash/build.gradle @@ -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'