From cf687cacedcb78f9bdaff9a3cf213a70a17c56cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:46:39 +0000 Subject: [PATCH] chore: bump androidx.compose.runtime:runtime-livedata Bumps androidx.compose.runtime:runtime-livedata from 1.6.1 to 1.6.2. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- DisneyScenicRides/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DisneyScenicRides/app/build.gradle.kts b/DisneyScenicRides/app/build.gradle.kts index 4fdc0bb6..4c4c12eb 100644 --- a/DisneyScenicRides/app/build.gradle.kts +++ b/DisneyScenicRides/app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.compose.runtime:runtime:1.6.1") - implementation("androidx.compose.runtime:runtime-livedata:1.6.1") + implementation("androidx.compose.runtime:runtime-livedata:1.6.2") implementation("androidx.compose.material3:material3:1.2.0") implementation("androidx.compose.ui:ui:1.6.2") implementation("androidx.compose.ui:ui-tooling:1.6.2")