From c95976d0a45085473bb3c1cfabd12bbaed372ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:36:51 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.8.3 to 1.8.4 in /android Bumps androidx.fragment:fragment-ktx from 1.8.3 to 1.8.4. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 23a030bcb..7c2999493 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -97,7 +97,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5' implementation "androidx.core:core-ktx:1.13.1" - implementation 'androidx.fragment:fragment-ktx:1.8.3' + implementation 'androidx.fragment:fragment-ktx:1.8.4' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'com.google.android.material:material:1.12.0'