From 46683090ed6e49c2af9e50faa00b2511c36c02fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 13:11:19 +0000 Subject: [PATCH] Bump okdownload from 1.0.5 to 1.0.6 Bumps [okdownload](https://github.com/lingochamp/okdownload) from 1.0.5 to 1.0.6. - [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.6) 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 095c0c57..82060ba9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.liulishuo.okdownload:okdownload:1.0.5' + implementation 'com.liulishuo.okdownload:okdownload:1.0.6' implementation 'com.liulishuo.okdownload:sqlite:1.0.5' implementation 'com.liulishuo.okdownload:okhttp:1.0.5' implementation 'com.squareup.okhttp3:okhttp:4.2.2'