From 20db93e9911a19a3e9b613d4ba85f4d7bdb4199d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:49:12 +0000 Subject: [PATCH] build: Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.1 in /android Bumps androidx.appcompat:appcompat from 1.6.1 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-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 f2cb8cd..aee0ab0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,7 +144,7 @@ def stageGoemonAssets = tasks.register('stageGoemonAssets', Copy) { tasks.named('preBuild').configure { dependsOn stageGoemonAssets } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.10.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' }