Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions src/content/release/breaking-changes/migrate-to-agp-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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, follow the migration guide below.
:::

## Summary

Expand All @@ -29,13 +38,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
Expand Down
Loading