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' }