From 1a22a4be5f9f77f0eb8bdc40f5ffb9da23ad1b63 Mon Sep 17 00:00:00 2001 From: sxp Date: Tue, 11 Apr 2017 16:37:18 -0700 Subject: [PATCH] Automated g4 rollback of changelist 152815185. *** Reason for rollback *** The force submit broke GVR: [] *** Original change description *** Add DashDownloaderService which downloads DASH streams at the background *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152877808 --- library/dash/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/library/dash/build.gradle b/library/dash/build.gradle index e608181fab..a9a5550219 100644 --- a/library/dash/build.gradle +++ b/library/dash/build.gradle @@ -38,7 +38,6 @@ 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'