From b7dc0bb174a78fc3b65046605e6209832fb52236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 11:12:30 +0800 Subject: [PATCH] fix(deps): update androidx.lifecycle to v2.9.0 (#5457) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- systemUI/unfold/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f8262b37f1..e35b767208 100644 --- a/build.gradle +++ b/build.gradle @@ -400,7 +400,7 @@ dependencies { implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material3:material3-window-size-class' implementation "androidx.activity:activity-compose:1.10.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0" implementation "androidx.navigation:navigation-compose:2.8.0" implementation "androidx.constraintlayout:constraintlayout:2.2.1" implementation "androidx.palette:palette-ktx:1.0.0" diff --git a/systemUI/unfold/build.gradle b/systemUI/unfold/build.gradle index cae9eb2566..ff8ef7affc 100644 --- a/systemUI/unfold/build.gradle +++ b/systemUI/unfold/build.gradle @@ -29,7 +29,7 @@ dependencies { ksp "com.google.dagger:hilt-compiler:$daggerVersion" implementation "androidx.concurrent:concurrent-futures:1.2.0" - implementation "androidx.lifecycle:lifecycle-common:2.8.7" + implementation "androidx.lifecycle:lifecycle-common:2.9.0" compileOnly projects.androidxLib }