From 840eb7fac5912a4124b1c0c408ae7d7e3df19f9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:24:11 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.0-rc02 to 1.3.2 Bumps fragment-ktx from 1.3.0-rc02 to 1.3.2. 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..bad6618 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.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha2' implementation 'androidx.recyclerview:recyclerview:1.2.0-beta01'