From 09b123558091678a8d39b9e0346b885c95daba80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:35:50 +0000 Subject: [PATCH] chore(deps): bump androidx.appcompat:appcompat in /android Bumps androidx.appcompat:appcompat from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 54476ed..8aeb490 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -92,7 +92,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.8.0" testImplementation "junit:junit:4.13.2" }