From 66715c594abda761e4de419e27c415c4e7b79bff Mon Sep 17 00:00:00 2001 From: Louis Fredice NJAKO MOLOM <131726886+luifr10@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:53:08 +0000 Subject: [PATCH] fix: update gradle android plugin to 8.7.0 --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index b14cc43..80d84d2 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -23,7 +23,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "7.3.0" apply false + id "com.android.application" version "8.7.0" apply false id "org.jetbrains.kotlin.android" version "1.9.0" apply false }