From 953ee5b6410ba059035fcd4738baf75eef20e5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 04:18:30 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.5.7 to 1.6.0 Bumps androidx.fragment:fragment from 1.5.7 to 1.6.0. --- 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 1ab6d437b..24ba260d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,7 +179,7 @@ dependencies { implementation 'androidx.core:core:1.10.1' implementation 'androidx.media:media:1.6.0' - implementation 'androidx.fragment:fragment:1.5.7' + implementation 'androidx.fragment:fragment:1.6.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.cardview:cardview:1.0.0'