From b86bbad90b6e091b9888a3b1764652961592d4a1 Mon Sep 17 00:00:00 2001 From: Courville Software Date: Sun, 11 Aug 2024 22:03:44 +0400 Subject: [PATCH] androidx.fragment++ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5d41856a..fa9e2de8 100644 --- a/build.gradle +++ b/build.gradle @@ -328,7 +328,7 @@ dependencies { implementation 'androidx.core:core:1.13.1' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.legacy:legacy-support-core-ui:1.0.0' - implementation 'androidx.fragment:fragment:1.8.1' + implementation 'androidx.fragment:fragment:1.8.2' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.palette:palette:1.0.0'