From 18bf273836f1bf0c6f7c5d4f4121527f76dc5e07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:35:43 +0000 Subject: [PATCH] Update plugin com.android.application to v9.4.1 --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index d17ce26f..ec61c54c 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.4.0" apply false + id "com.android.application" version "9.4.1" apply false id "org.jetbrains.kotlin.android" version "2.4.20" apply false }