From 4912bafff22e414baa0328a3a3d747937b3ddf7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 23:13:27 +0000 Subject: [PATCH] Bump core-ktx from 1.2.0-alpha04 to 1.6.0-alpha03 Bumps core-ktx from 1.2.0-alpha04 to 1.6.0-alpha03. 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..9bc7b16 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-alpha03' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.preference:preference:1.1.0'