From c756753e8ac828f87fc172c8d33c3476281e9e26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Aug 2024 21:09:19 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.7.0-alpha06 --- 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..7c000d5 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-alpha06" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }