From f7768a20b61e00b0da938731b276531b99045a8a Mon Sep 17 00:00:00 2001 From: jesswrd Date: Thu, 5 Feb 2026 15:08:39 -0800 Subject: [PATCH 1/2] added stronger warning. do not use agp 9 --- .../breaking-changes/migrate-to-agp-9.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/content/release/breaking-changes/migrate-to-agp-9.md b/src/content/release/breaking-changes/migrate-to-agp-9.md index 06d52d3674..856c7c146b 100644 --- a/src/content/release/breaking-changes/migrate-to-agp-9.md +++ b/src/content/release/breaking-changes/migrate-to-agp-9.md @@ -4,6 +4,16 @@ description: >- How to migrate your Flutter app's Android Gradle files to build apps with Android Gradle Plugin 9.0.0+. --- +:::warning +**Current Status:** Please **do not** update your +Flutter app for Android to AGP 9. Flutter apps using plugins +are currently incompatible with AGP 9: [Issue #181383][]. +This support is paused while the Flutter team audits +the migration for backwards compatibility with older versions of AGP. + +If you would still like to migrate to AGP 9, you can follow the below migration +doc for guidance. +::: ## Summary @@ -29,13 +39,6 @@ see the [Android Gradle Plugin docs][AGP block]. ## Migrate -:::warning -**Current Status:** Flutter apps using plugins are currently -incompatible with AGP 9: [Issue #181383][]. -This support is paused while the Flutter team audits the migration for backwards -compatibility with older versions of AGP. -::: - These instructions assume you are updating from an AGP version created before 9.0.0 to an AGP version 9.0.0+. You should also use the minimum compatible dependency versions From 86d415feca442c6a81bab6f4f83cba7556de9150 Mon Sep 17 00:00:00 2001 From: jesswrd Date: Thu, 5 Feb 2026 15:50:15 -0800 Subject: [PATCH 2/2] Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/content/release/breaking-changes/migrate-to-agp-9.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/release/breaking-changes/migrate-to-agp-9.md b/src/content/release/breaking-changes/migrate-to-agp-9.md index 856c7c146b..2d5dfe8e4e 100644 --- a/src/content/release/breaking-changes/migrate-to-agp-9.md +++ b/src/content/release/breaking-changes/migrate-to-agp-9.md @@ -11,8 +11,7 @@ are currently incompatible with AGP 9: [Issue #181383][]. This support is paused while the Flutter team audits the migration for backwards compatibility with older versions of AGP. -If you would still like to migrate to AGP 9, you can follow the below migration -doc for guidance. +If you would still like to migrate to AGP 9, follow the migration guide below. ::: ## Summary