From 8d0243c1ad8b99c1afe89d7c5762a815085378fa Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Sat, 21 Dec 2024 18:26:22 +0100 Subject: [PATCH] build: update agp version --- 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 b9e43bd..a42444d 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.1.0" apply false + id "com.android.application" version "8.2.1" apply false id "org.jetbrains.kotlin.android" version "1.8.22" apply false }