From fadd21bba29a0d2f77f94a3448a9f44ced984ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:36:34 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.10.0 --- sample-livestream/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-livestream/build.gradle b/sample-livestream/build.gradle index ddfc216..3a171d3 100644 --- a/sample-livestream/build.gradle +++ b/sample-livestream/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation "androidx.core:core-ktx:1.12.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" - implementation "androidx.activity:activity-compose:1.7.2" + implementation "androidx.activity:activity-compose:1.10.0" implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1" implementation platform("androidx.compose:compose-bom:2023.04.01")