From 4cf2ba4df7a5ef1f636fb977df2ee1d24953492c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Nov 2024 20:55:43 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.9.0-alpha01 --- 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..146dcd5 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-alpha01" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }