From 3ec3a2065972c1f2df62642c0ffe8e2518651213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:28:28 -0800 Subject: [PATCH] chore: bump androidx.compose.ui:ui from 1.6.0 to 1.6.1 in /DisneyScenicRides (#74) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- DisneyScenicRides/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DisneyScenicRides/app/build.gradle.kts b/DisneyScenicRides/app/build.gradle.kts index f8172e5..665ca21 100644 --- a/DisneyScenicRides/app/build.gradle.kts +++ b/DisneyScenicRides/app/build.gradle.kts @@ -57,8 +57,8 @@ dependencies { implementation("androidx.compose.runtime:runtime:1.6.1") implementation("androidx.compose.runtime:runtime-livedata:1.6.1") implementation("androidx.compose.material3:material3:1.2.0") - implementation("androidx.compose.ui:ui:1.6.0") - implementation("androidx.compose.ui:ui-tooling:1.6.0") + implementation("androidx.compose.ui:ui:1.6.1") + implementation("androidx.compose.ui:ui-tooling:1.6.1") implementation("androidx.compose.foundation:foundation:1.6.1") implementation("androidx.compose.foundation:foundation-layout:1.6.1") implementation("com.google.android.material:material:1.11.0")