From a4624d23214a02e348ca8fb27ebb084b2981ecf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:48:18 -0400 Subject: [PATCH] all: bump `androidx.fragment:fragment-ktx` to 1.8.0-beta01 (fixes #1998) (#1995) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f16c90bb9..9ea9e9ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { }) implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.fragment:fragment-ktx:1.8.0-alpha02' + implementation 'androidx.fragment:fragment-ktx:1.8.0-beta01' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'