From eebc54f81e1bdba7a9fb7b744d8629ad3db0c589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:13:12 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.6.2 to 1.7.1 Bumps androidx.fragment:fragment from 1.6.2 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fc04a1622..465bc2ca1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,7 +172,7 @@ dependencies { implementation 'androidx.core:core:1.13.0' implementation 'androidx.media:media:1.7.0' - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.7.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.cardview:cardview:1.0.0'