From 409c2c27cd8beb9e6da0dc26f8a0066ff6acb2b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:23:08 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4f37117..d596042 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.activity:activity-compose:1.3.0-alpha02' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha01' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4' implementation "androidx.compose.foundation:foundation-layout:$compose_version" implementation "androidx.compose.foundation:foundation:$compose_version"