From 2d0044fee4f99097cc4c53854b5f91322adaf282 Mon Sep 17 00:00:00 2001 From: eguven Date: Thu, 10 Aug 2017 02:25:55 -0700 Subject: [PATCH] Generic DownloadManager and DownloadService Downloader specific parameters and constructor is moved to DownloadAction class. DownloadAction objects need to be serialized so they can be passed in Intents and can be stored to filesystem (to be implemented). So DownloadAction.Serializer is added. Didn't use Serializable interface because of the concerns over incompabilities when the new versions of classes are used. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164831115 --- library/dash/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/library/dash/build.gradle b/library/dash/build.gradle index 2220e5b250..48e9b9b97e 100644 --- a/library/dash/build.gradle +++ b/library/dash/build.gradle @@ -35,7 +35,6 @@ android { dependencies { compile project(modulePrefix + 'library-core') compile 'com.android.support:support-annotations:' + supportLibraryVersion - compile 'com.android.support:support-core-utils:' + supportLibraryVersion androidTestCompile project(modulePrefix + 'testutils') androidTestCompile 'com.google.dexmaker:dexmaker:' + dexmakerVersion androidTestCompile 'com.google.dexmaker:dexmaker-mockito:' + dexmakerVersion