From 5482e8f9e8fc1aabd4bce8cd69decf812047af3c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 04:19:34 +0000 Subject: [PATCH] Bump fuel-json from 2.1.0 to 2.2.1 Bumps [fuel-json](https://github.com/kittinunf/fuel) from 2.1.0 to 2.2.1. - [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.1.0...2.2.1) 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 f499c7b..697bd45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,5 +37,5 @@ dependencies { implementation 'com.afollestad.material-dialogs:input:2.8.1' implementation 'com.github.kittinunf.fuel:fuel:2.1.0' implementation 'com.github.kittinunf.fuel:fuel-android:2.1.0' - implementation 'com.github.kittinunf.fuel:fuel-json:2.1.0' + implementation 'com.github.kittinunf.fuel:fuel-json:2.2.1' }