From a66d51c8f30a9639770096c65d8748983a35b7b3 Mon Sep 17 00:00:00 2001 From: Justson Date: Mon, 26 Apr 2021 15:05:19 +0800 Subject: [PATCH] 1.upgrade to v4.1.8 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 216cfdf..01053f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ dependencies { implementation "com.android.support:design:${SUPPORT_LIB_VERSION}" implementation 'com.android.support.constraint:constraint-layout:1.0.2' testImplementation 'junit:junit:4.12' - implementation project(':library') -// implementation 'com.download.library:Downloader:4.1.5' +// implementation project(':library') + implementation 'com.github.Justson:Downloader:v4.1.8' implementation 'com.github.Justson.AgentWeb:agentweb:v4.1.8' implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.liulishuo.filedownloader:library:1.7.4'