From 2bbee639b3a30025d821926073c8aec7584871bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:30:03 +0000 Subject: [PATCH] Bump core from 1.9.1 to 1.10.0 Bumps core from 1.9.1 to 1.10.0. Signed-off-by: dependabot-preview[bot] --- updatemanager/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatemanager/build.gradle b/updatemanager/build.gradle index 2459274..8ccdd4f 100644 --- a/updatemanager/build.gradle +++ b/updatemanager/build.gradle @@ -24,7 +24,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.google.android.play:core:1.9.1' + implementation 'com.google.android.play:core:1.10.0' // Downgraded to fix fading of Material TextInputLayout implementation 'com.google.android.material:material:1.1.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'