diff --git a/android/settings.gradle b/android/settings.gradle index 513644cc..d0e70cb0 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -20,7 +20,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "org.jetbrains.kotlin.android" version "2.2.21" apply false - id "com.android.application" version '8.13.1' apply false + id "com.android.application" version '9.0.0' apply false id 'com.google.gms.google-services' version '4.4.4' apply false }