From a5902458c67c977b857a2231be36af9d5d43bfd2 Mon Sep 17 00:00:00 2001 From: Reid Baker Date: Fri, 20 Dec 2024 12:39:57 -0500 Subject: [PATCH] Update New-Android-version.md to include create all (#160661) No issue Related to https://github.com/flutter/packages/pull/7985#issuecomment-2557237025 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- docs/platforms/android/New-Android-version.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/platforms/android/New-Android-version.md b/docs/platforms/android/New-Android-version.md index 2c7219fba6..9c29fd5827 100644 --- a/docs/platforms/android/New-Android-version.md +++ b/docs/platforms/android/New-Android-version.md @@ -96,7 +96,9 @@ https://github.com/flutter/engine/blob/9289cb6a36aa86990e3ffe0f20324dafa38e7c11/ - Update buildroot version in DEPS file to consume the changes in the flutter/buildroot steps above https://github.com/flutter/engine/blob/9289cb6a36aa86990e3ffe0f20324dafa38e7c11/DEPS#L260 -**In flutter/packages:** Set examples to build with the new API. +**In flutter/packages:** +- Set examples to build with the new API. +- Update `create_all_packages` to use new api as compile sdk [source](https://github.com/flutter/packages/blob/3515abab07d0bb2441277f43c2411c9b5e4ecf94/script/tool/lib/src/create_all_packages_app_command.dart#L245-L249). #### Test “Integration Test” package