From 1f9e6cf67875e6ac8d67167a10c9fdbda955e572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:48:01 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-compose from 2.10.0 to 2.11.0 Bumps androidx.lifecycle:lifecycle-runtime-compose from 2.10.0 to 2.11.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-compose dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de52fd6..4a1ac72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ dependencies { debugImplementation 'androidx.compose.ui:ui-tooling' implementation 'androidx.activity:activity-compose:1.13.0' - implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.10.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0' + implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.11.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0' implementation 'androidx.navigation:navigation-compose:2.9.7' def room_version = "2.8.4"