From 77f0a75c5b94b7b89a04801078acb14a1d34038c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 04:18:28 +0000 Subject: [PATCH] Bump core from 2.8.1 to 3.1.1 Bumps core from 2.8.1 to 3.1.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..c218fac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.2' 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:core:3.1.1' 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'