From c11d8e7217d0e54962732f1b0749a19e9990c24a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 23:16:48 +0000 Subject: [PATCH] Bump core-ktx from 1.2.0-alpha04 to 1.6.0-alpha01 Bumps core-ktx from 1.2.0-alpha04 to 1.6.0-alpha01. 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 f0571b5..1bbd328 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0-beta04' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.core:core-ktx:1.2.0-alpha04' + implementation 'androidx.core:core-ktx:1.6.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.preference:preference:1.1.0'