From 54b88e684995083ef1ae049eda7ada4d5f0dccaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 07:22:18 +0200 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.6.2 to 1.7.1 (#391) Bumps androidx.fragment:fragment-ktx from 1.6.2 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a1227e4..f038c9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'androidx.exifinterface:exifinterface:1.3.7' implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.fragment:fragment-ktx:1.6.2' + implementation 'androidx.fragment:fragment-ktx:1.7.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.0" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'