From 3bfdc6ef648a9098f9c11e6723f3bfb8b85a9152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:34:10 +0000 Subject: [PATCH] chore: bump androidx.core:core-ktx Bumps androidx.core:core-ktx from 1.9.0 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.16.0 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..483e482 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 @@ -57,7 +57,7 @@ dependencies { 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.core:core-ktx:1.9.0") + implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.fragment:fragment:1.5.4") implementation("androidx.fragment:fragment-ktx:1.5.4") implementation("androidx.recyclerview:recyclerview:1.2.1")