From 881ed8adfebed81cb73c0cf172b50113134db3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 14 May 2019 04:41:33 +0000 Subject: [PATCH] Bump fuel from 2.0.1 to 2.1.0 Bumps [fuel](https://github.com/kittinunf/fuel) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/kittinunf/fuel/releases) - [Changelog](https://github.com/kittinunf/fuel/blob/master/CHANGELOG.md) - [Commits](https://github.com/kittinunf/fuel/compare/2.0.1...2.1.0) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a1602e1..c5eac1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.github.delight-im:Android-AdvancedWebView:v3.2.0' implementation 'com.afollestad.material-dialogs:core:2.5.0' implementation 'com.afollestad.material-dialogs:input:2.5.0' - implementation 'com.github.kittinunf.fuel:fuel:2.0.1' + implementation 'com.github.kittinunf.fuel:fuel:2.1.0' implementation 'com.github.kittinunf.fuel:fuel-android:2.0.1' implementation 'com.github.kittinunf.fuel:fuel-json:2.0.1' }