From 49af47126adf98e4a36198114f1d4492d5bfdac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:09:38 +0000 Subject: [PATCH] Bump androidx.fragment:fragment in /android-refimpl-app Bumps androidx.fragment:fragment from 1.6.2 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 9a45ae3e6..e40087222 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -374,7 +374,7 @@ dependencies { implementation 'androidx.core:core:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' //noinspection KtxExtensionAvailable - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.7.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.recyclerview:recyclerview:1.3.2'