diff --git a/android/app/build.gradle b/android/app/build.gradle index f2cb8cd..b88c965 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -145,6 +145,6 @@ tasks.named('preBuild').configure { dependsOn stageGoemonAssets } dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' }