From 944a9d50af09d8c78b5e677a090b5f6b1bda59d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 23:51:01 +0000 Subject: [PATCH] Update plugin com.android.application to v8.11.1 --- example/flutter_example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/flutter_example/android/settings.gradle b/example/flutter_example/android/settings.gradle index b9e43bd3..82126a3d 100644 --- a/example/flutter_example/android/settings.gradle +++ b/example/flutter_example/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.1.0" apply false + id "com.android.application" version "8.11.1" apply false id "org.jetbrains.kotlin.android" version "1.8.22" apply false }