From 633e0d035fd374456d4a0aa9c50764bf8793d6dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 14 May 2019 04:42:22 +0000 Subject: [PATCH] Bump fuel-json from 2.0.1 to 2.1.0 Bumps [fuel-json](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..7663838 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,5 +39,5 @@ dependencies { implementation 'com.afollestad.material-dialogs:input:2.5.0' implementation 'com.github.kittinunf.fuel:fuel:2.0.1' implementation 'com.github.kittinunf.fuel:fuel-android:2.0.1' - implementation 'com.github.kittinunf.fuel:fuel-json:2.0.1' + implementation 'com.github.kittinunf.fuel:fuel-json:2.1.0' }