From 0bb0aa977865b68dddcd5f455649e710fc29f07a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Sep 2024 21:42:31 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.8.0-alpha03 --- 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..ba38dfb 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.8.0-alpha03" apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false }