From 0e8a4fa48bf470ba17edfc54443324e75c7c76c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:32:55 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.0-rc02 to 1.4.0-alpha03 Bumps fragment-ktx from 1.3.0-rc02 to 1.4.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 0b7b59d..bc0035f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.5.0-beta01' implementation 'androidx.activity:activity-ktx:1.2.0-rc01' - implementation 'androidx.fragment:fragment-ktx:1.3.0-rc02' + implementation 'androidx.fragment:fragment-ktx:1.4.0-alpha03' implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha2' implementation 'androidx.recyclerview:recyclerview:1.2.0-beta01'