From 226c853070e6fae1a69898df66acd565b1644273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:59:41 +0000 Subject: [PATCH] chore: bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.5.1 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat 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 f33faf9..18dd603 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 @@ -50,7 +50,7 @@ android { } dependencies { - implementation("androidx.appcompat:appcompat:1.5.1") + implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.compose.runtime:runtime:1.3.0") implementation("androidx.compose.ui:ui:1.3.0") implementation("androidx.compose.material:material:1.3.0")