From dd6c4253196f01bcee5464b2da84f6d1f45f491d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:05:26 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.15.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..6a55c28 100644 --- a/sample-livestream/build.gradle +++ b/sample-livestream/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "io.coil-kt:coil-compose" - implementation "androidx.core:core-ktx:1.12.0" + implementation "androidx.core:core-ktx:1.15.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" implementation "androidx.activity:activity-compose:1.7.2" implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"