From 9be380c7fa514b96596c17b63806b122c24cbb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:52:53 +0000 Subject: [PATCH] Update plugin com.android.application to v9.4.0 --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index a0004080..f708bf29 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 "9.3.2" apply false + id "com.android.application" version "9.4.0" apply false id "org.jetbrains.kotlin.android" version "2.4.10" apply false }