From 9e8f46e43aa7f18739888b0e1128600fe4af7c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:07:06 +0000 Subject: [PATCH] chore: bump androidx.constraintlayout:constraintlayout Bumps androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.1. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.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 c6ce5f66..bcf15adc 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 @@ -56,7 +56,7 @@ dependencies { 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.constraintlayout:constraintlayout:2.1.4") + implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.fragment:fragment:1.5.4") implementation("androidx.fragment:fragment-ktx:1.5.4")