From e2ca54583d5e31ce5b237b79d28dbc1235d3bf6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:30:57 +0000 Subject: [PATCH] Update plugin com.android.application to v9 --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index b444b190..68330d4d 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.13.2" apply false + id "com.android.application" version "9.2.1" apply false id "org.jetbrains.kotlin.android" version "2.3.21" apply false }