From 7deaba4b80f1f3d35d0a8b9b4297680a9f2fbb97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:23:50 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.13.2 --- example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 0e63c61..83f74e5 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.8.0" apply false + id "com.android.application" version "8.13.2" apply false id "org.jetbrains.kotlin.android" version "2.1.10" apply false }