From a04de94ed2b56c348637cb7b97e5d1f4d0a00d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 12:57:41 +0000 Subject: [PATCH] chore: bump androidx.compose.runtime:runtime-livedata Bumps androidx.compose.runtime:runtime-livedata from 1.3.0 to 1.8.1. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-version: 1.8.1 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c6ce5f6..931d959 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 @@ -55,7 +55,7 @@ dependencies { 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.runtime:runtime-livedata:1.3.0") + implementation("androidx.compose.runtime:runtime-livedata:1.8.1") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.fragment:fragment:1.5.4")