From a6d4083d3b084f117e2d71ccd5175598ff16fc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 13:10:10 +0000 Subject: [PATCH] chore: bump androidx.compose.runtime:runtime-livedata Bumps androidx.compose.runtime:runtime-livedata from 1.3.0 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-version: 1.8.2 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 c6ce5f66..10a3257f 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.2") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.fragment:fragment:1.5.4")