From 25705a2d182419867cc5fb40ed412fa4e0478f50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 06:32:51 +0000 Subject: [PATCH] Bump okdownload from 1.0.5 to 1.0.7 Bumps [okdownload](https://github.com/lingochamp/okdownload) from 1.0.5 to 1.0.7. - [Release notes](https://github.com/lingochamp/okdownload/releases) - [Changelog](https://github.com/lingochamp/okdownload/blob/master/CHANGELOG.md) - [Commits](https://github.com/lingochamp/okdownload/compare/v1.0.5...v1.0.7) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 40bf3a0c..30dd70d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final' implementation 'com.google.code.gson:gson:2.8.6' implementation "net.gotev:uploadservice:3.5.2" - implementation 'com.liulishuo.okdownload:okdownload:1.0.5' + implementation 'com.liulishuo.okdownload:okdownload:1.0.7' implementation 'com.liulishuo.okdownload:sqlite:1.0.5' implementation 'com.liulishuo.okdownload:okhttp:1.0.5' implementation 'com.squareup.okhttp3:okhttp:4.2.2'