From b414cd9ea2537c6adede7824995938d24c19d929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:29:06 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.7.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 3c6e6c5..192d8d4 100644 --- a/sample-livestream/build.gradle +++ b/sample-livestream/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation "androidx.core:core-ktx:1.12.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" implementation "androidx.activity:activity-compose:1.7.2" implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"