From afe7a284aa45845dd4d4e13fec119a1ed58bbbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:17:31 +0000 Subject: [PATCH] deps(android): bump androidx.lifecycle:lifecycle-viewmodel-compose Bumps androidx.lifecycle:lifecycle-viewmodel-compose from 2.10.0 to 2.11.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index eededad..b5003ad 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -117,9 +117,9 @@ dependencies { debugImplementation 'androidx.compose.ui:ui-test-manifest' implementation "androidx.core:core-ktx:1.18.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.10.0" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0" - implementation "androidx.lifecycle:lifecycle-runtime-compose:2.10.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.11.0" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0" + implementation "androidx.lifecycle:lifecycle-runtime-compose:2.11.0" implementation "androidx.activity:activity-compose:1.13.0" implementation "androidx.navigation:navigation-compose:${rootProject.ext.nav_version}" implementation "androidx.datastore:datastore-preferences:1.2.1"