From 1e93838ba80164d681397369345073300acf340f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:11:17 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.10.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 62e85c8..a59fd4e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,6 +75,6 @@ dependencies { jetpackComposeImplementation 'androidx.compose.ui:ui-tooling-preview' jetpackComposeDebugImplementation 'androidx.compose.ui:ui-tooling' jetpackComposeImplementation 'androidx.activity:activity-compose:1.7.2' - jetpackComposeImplementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1' + jetpackComposeImplementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0' jetpackComposeImplementation 'com.google.accompanist:accompanist-systemuicontroller:0.30.1' }