From c6d9a57d8788b13ab9464217aec475242f08abe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:03:49 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel-ktx in /android Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.3 to 2.9.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.4 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 3787c3ab3..24041e37e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0' // Lifecycle - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4' implementation "androidx.core:core-ktx:1.17.0" implementation 'androidx.fragment:fragment-ktx:1.8.9'