From a8db6fb61fc8f1c4b0d987405b916a64719f4bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 03:39:17 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat in the gradle-dependencies group Bumps the gradle-dependencies group with 1 update: androidx.appcompat:appcompat. Updates `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 dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- libtestingexample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index 29f0931..c5ec9e2 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation "androidx.core:core-ktx:1.16.0" - implementation "androidx.appcompat:appcompat:1.7.0" + implementation "androidx.appcompat:appcompat:1.7.1" implementation "com.google.android.material:material:1.12.0" androidTestImplementation "androidx.test.ext:junit:1.2.1" androidTestImplementation "androidx.test:core-ktx:1.6.1"