From 87ea4147fd7072f3bfe1a4d93ccd3ff25248535c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:06:55 +0000 Subject: [PATCH] chore: bump androidx.core:core-ktx Bumps androidx.core:core-ktx from 1.9.0 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.15.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..d2bf639 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.15.0") implementation("androidx.fragment:fragment:1.5.4") implementation("androidx.fragment:fragment-ktx:1.5.4") implementation("androidx.recyclerview:recyclerview:1.2.1")