From 1ded083a6d57fb359fe8dfbe4c3193b56f4fcc44 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Aug 2024 21:27:07 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.7.0-alpha08 --- 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 8610712..2175d5c 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -40,7 +40,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.4.2" apply false + id "com.android.application" version "8.7.0-alpha08" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }