From c7b31ffe4b6c90e0ade035be2a32df671483b380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:58:20 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1 in /android 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] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4baf83f..fe48c54 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -89,7 +89,7 @@ dependencies { // appcompat is required on the compile classpath because the picker dialog extends AppCompatDialog. implementation "com.google.android.gms:play-services-cast-framework:21.5.0" implementation "androidx.mediarouter:mediarouter:1.7.0" - implementation "androidx.appcompat:appcompat:1.7.0" + implementation "androidx.appcompat:appcompat:1.7.1" testImplementation "junit:junit:4.13.2" }