From 6aea59f2ba9e90de54c8f9761aa1369ed7959442 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 04:21:18 +0000 Subject: [PATCH] Bump input from 2.8.1 to 3.0.0 Bumps input from 2.8.1 to 3.0.0. 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..d819d8f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'com.github.delight-im:Android-AdvancedWebView:3.2.0' implementation 'com.afollestad.material-dialogs:core:2.8.1' - implementation 'com.afollestad.material-dialogs:input:2.8.1' + implementation 'com.afollestad.material-dialogs:input:3.0.0' 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'