From 8fe71519578fc7215f2cb0e62b5539986ae027b1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Nov 2024 02:18:48 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.9.0-alpha02 --- 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..2e8c63b 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.9.0-alpha02" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }