From 7be171d34b8b5955da215155aa7a015f371fbd7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:41:07 +0000 Subject: [PATCH] Update dependency androidx.compose.runtime:runtime to v1.7.5 --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index ae1e2a4e..4ed462c7 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -15,7 +15,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - api("androidx.compose.runtime:runtime:1.7.2") + api("androidx.compose.runtime:runtime:1.7.5") api("androidx.compose.foundation:foundation:1.7.2") api("androidx.compose.material:material:1.7.2") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")