From 83eecc41da15177ba58bd766632b501e80f77f5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:58:21 +0800 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.9.0 (#4304) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 81f4c52a02..4cd89d7bfc 100644 --- a/build.gradle +++ b/build.gradle @@ -372,7 +372,7 @@ dependencies { implementation 'androidx.compose.material3:material3:1.3.0-alpha04' implementation 'androidx.compose.material3:material3-window-size-class:1.3.0-alpha04' implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.activity:activity-compose:1.8.2" + implementation "androidx.activity:activity-compose:1.9.0" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0" implementation "androidx.navigation:navigation-compose:2.7.7" implementation "androidx.palette:palette-ktx:1.0.0"