From bf241e2f46f5d37714bc13d0f2080e23518dc016 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:48:53 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.7.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 2140a88..b80e587 100644 --- a/example/android/settings.gradle +++ b/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.6.1" apply false + id "com.android.application" version "8.7.2" apply false id "org.jetbrains.kotlin.android" version "2.0.21" apply false }