From a176574e57829e4c6eb575c493dc448b85807501 Mon Sep 17 00:00:00 2001 From: Justson Date: Mon, 26 Apr 2021 14:24:14 +0800 Subject: [PATCH] build(build.grade): bugfix --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 3247a645..cf6bb2e9 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -58,7 +58,7 @@ dependencies { testCompile 'junit:junit:4.12' compile project(':agentweb-core') compile project(':agentweb-filechooser') - implementation 'com.download.library:Downloader:4.1.3' + implementation 'com.download.library:Downloader:4.1.4' // implementation 'com.just.agentweb:agentweb:v4.1.5' // implementation 'com.just.agentweb:filechooser:v4.1.5' debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'