From 3ba6002c80e6302fe705cac50e56b5935e70d3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:24:19 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.8.7 to 1.8.8 in the maven group Bumps the maven group with 1 update: androidx.fragment:fragment. Updates `androidx.fragment:fragment` from 1.8.7 to 1.8.8 --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-version: 1.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1d5d7f194..46a956f7c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1. androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } androidx-core = { module = "androidx.core:core", version = "1.16.0" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.7" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.8" } androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" } androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }