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")