From 98b358441ec1b1752095c84f903222faf4c0c2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:32:31 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1 Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-projects/android-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-projects/android-app/build.gradle b/test-projects/android-app/build.gradle index 39619072..6c8a5232 100644 --- a/test-projects/android-app/build.gradle +++ b/test-projects/android-app/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0' implementation project(":sass-embedded-android")