From 4fbbd4cc296e796631d835fad811ef4fe095c7b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:33:45 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v8.5.0 --- app/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/android/settings.gradle b/app/android/settings.gradle index 293ccb95..fbd142a3 100644 --- a/app/android/settings.gradle +++ b/app/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { } plugins { - id "com.android.application" version "8.4.2" apply false + id "com.android.application" version "8.5.0" apply false id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "org.jetbrains.kotlin.android" version "2.0.0" apply false