From 5313cd6be6a1e23db64bd1f60e5b238b29e7cc2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:48:28 +0100 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.8.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 0879a20..4e6d434 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version '8.7.3' apply false + id "com.android.application" version '8.8.0' apply false id "org.jetbrains.kotlin.android" version "2.1.0" apply false id "com.github.triplet.play" version "3.12.1" apply false }