From 877a9e7affd55afc9f0ec0cf71ff0f1173473cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:10:38 +0000 Subject: [PATCH] chore: bump androidx.compose.ui:ui-tooling Bumps androidx.compose.ui:ui-tooling from 1.3.0 to 1.6.6. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index f33faf9..0b60194 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("androidx.compose.runtime:runtime:1.3.0") implementation("androidx.compose.ui:ui:1.3.0") implementation("androidx.compose.material:material:1.3.0") - implementation("androidx.compose.ui:ui-tooling:1.3.0") + implementation("androidx.compose.ui:ui-tooling:1.6.6") implementation("androidx.compose.runtime:runtime-livedata:1.3.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.core:core-ktx:1.9.0") @@ -90,7 +90,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.11.0") implementation("com.squareup.okhttp3:logging-interceptor:4.11.0") - debugImplementation("androidx.compose.ui:ui-tooling:1.3.0") + debugImplementation("androidx.compose.ui:ui-tooling:1.6.6") val roomVersion = "2.4.3" implementation("androidx.room:room-runtime:$roomVersion")