From 7309c01aede6458b5c868c0c1f87e5740250638f Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 24 May 2025 01:01:46 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment to v1.8.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f54f9a03d7..6be915afe9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -233,7 +233,7 @@ dependencies { implementation "androidx.gridlayout:gridlayout:1.1.0" implementation "androidx.palette:palette:1.0.0" implementation "androidx.activity:activity:1.10.1" - implementation "androidx.fragment:fragment:1.8.6" + implementation "androidx.fragment:fragment:1.8.7" implementation "androidx.viewpager2:viewpager2:1.1.0" // Not latest version because of https://github.com/material-components/material-components-android/issues/3924