From 5d85c49ddb7f71a1a0eb295f88823934d732dfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:11:18 +0800 Subject: [PATCH] Update androidx.lifecycle to v2.6.2 (#3614) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- systemUIShared/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index abb09f63a4..9374b72889 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ dependencies { implementation 'androidx.compose.material3:material3' implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.activity:activity-compose:1.7.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2" implementation "androidx.navigation:navigation-compose:2.7.1" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02" diff --git a/systemUIShared/build.gradle b/systemUIShared/build.gradle index 9e56e0caa8..8f252cf329 100644 --- a/systemUIShared/build.gradle +++ b/systemUIShared/build.gradle @@ -27,6 +27,6 @@ dependencies { implementation projects.compatLibVS implementation "androidx.concurrent:concurrent-futures:1.1.0" - implementation "androidx.lifecycle:lifecycle-common:2.6.1" + implementation "androidx.lifecycle:lifecycle-common:2.6.2" implementation "androidx.dynamicanimation:dynamicanimation:1.0.0" }