From b3ae35ff76c418b732a3f43efc8b7d4554af2aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:48:17 +0000 Subject: [PATCH] chore: bump androidx.compose.runtime:runtime-livedata Bumps androidx.compose.runtime:runtime-livedata from 1.3.0 to 1.8.3. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-version: 1.8.3 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 c6ce5f6..a0f5678 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 @@ -51,11 +51,11 @@ android { dependencies { implementation("androidx.appcompat:appcompat:1.5.1") - implementation("androidx.compose.runtime:runtime:1.3.0") + implementation("androidx.compose.runtime:runtime:1.8.3") 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.3") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.fragment:fragment:1.5.4")