From 780e5f05c77d8596fdceb007eeaf04dab3bfce5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:59:52 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.1 to 1.8.0 Bumps androidx.appcompat:appcompat from 1.7.1 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] --- tests/android/simple-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/android/simple-app/build.gradle b/tests/android/simple-app/build.gradle index 498c8ba..33a7a54 100644 --- a/tests/android/simple-app/build.gradle +++ b/tests/android/simple-app/build.gradle @@ -87,6 +87,6 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.3.0' coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.5" implementation rootProject - implementation "androidx.appcompat:appcompat:1.7.1" + implementation "androidx.appcompat:appcompat:1.8.0" implementation "com.google.android.material:material:1.14.0" }