From c2463204c06692d31061be8dd5e7362e60c2b2eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 00:32:31 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.0-rc02 to 1.3.3 Bumps fragment-ktx from 1.3.0-rc02 to 1.3.3. 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..4d875ec 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.3.3' implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha2' implementation 'androidx.recyclerview:recyclerview:1.2.0-beta01'