From 18a31b59f3ef7f06107aac6f306179f8f0fcd570 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 27 Jan 2026 21:28:46 +0100 Subject: [PATCH] Upgrade AGP to v8.13.2 Align the package's com.android.tools.build version with the example's. --- android/build.gradle | 2 +- example/android/settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f9936e17..602ff11f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:8.13.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 543539b7..e6ffdb07 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.13.0' apply false + id "com.android.application" version '8.13.2' apply false id "org.jetbrains.kotlin.android" version "2.2.21" apply false }