From bf234a5e54b551deafcc016b7ecd5e541bdc04cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 13:10:22 +0000 Subject: [PATCH] chore: bump androidx.compose.runtime:runtime Bumps androidx.compose.runtime:runtime from 1.3.0 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime 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 | 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 c6ce5f66..a62aee94 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.2") 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")