From 3f7b4dc75fca331e13880a9a9daf04b697e5afba Mon Sep 17 00:00:00 2001 From: eguven Date: Tue, 25 Jul 2017 03:41:23 -0700 Subject: [PATCH] Add HlsDownloader ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=163052346 --- library/hls/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/library/hls/build.gradle b/library/hls/build.gradle index 77680569f0..c870c3d162 100644 --- a/library/hls/build.gradle +++ b/library/hls/build.gradle @@ -33,6 +33,7 @@ android { dependencies { compile project(modulePrefix + 'library-core') compile 'com.android.support:support-annotations:' + supportLibraryVersion + androidTestCompile project(':testutils') androidTestCompile 'com.google.dexmaker:dexmaker:' + dexmakerVersion androidTestCompile 'com.google.dexmaker:dexmaker-mockito:' + dexmakerVersion androidTestCompile 'org.mockito:mockito-core:' + mockitoVersion