Skip to content

Commit 735a872

Browse files
reidbakerTytaniumDev
authored andcommitted
Update New-Android-version.md (flutter#152395)
Related to flutter#152374
1 parent 23b8a8d commit 735a872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/platforms/android/New-Android-version.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ go/flutter-android-new-api-level
44
## Objective
55
Provide a list of areas to consider and examples of former work for how to update flutter to support a new version of the android API. This happens every fall and flutter developers expect to build against the latest versions quickly after they are available.
66
### Overview
7+
#### Bump compile and target sdk versions in samples
8+
Samples, expecially add to app samples, represent apps that mirror the first types of users we see adopt new android apis.
9+
Example pr https://github.com/flutter/samples/pull/2368
710
#### New Android features
811
New android features can require a broad spectrum of work. Some will require nothing from flutter. Some will require a lot of work, such as the support for “back preview”. The android team generally needs to be aware and schedule work ahead of time.
912
#### Update Gradle/AGP support
@@ -70,4 +73,4 @@ Make a github issue describing that there is a new android release that needs to
7073
Fill out the justification with b/12345 - <your GitHub issue> (the form requires a buganizer link, and the addition of b/12345 satisfies this).
7174
Reach out to someone on the infra team to get your request approved
7275
Run the [create_cipd_packages.sh script](https://github.com/flutter/engine/blob/a2adaa39a2c35d1ab23394d550c9a7e50fe41fe9/tools/android_sdk/create_cipd_packages.sh) with your desired version tag (note that there is a .ci.yaml validation step that requires this version tag to be a combination of lowercase letters and numbers). The script pulls the version that will be uploaded from the packages.txt file in the same subdirectory.
73-
The remaining steps are to consume the changes in the buildroot, and then consume those buildroot changes in the engine.
76+
The remaining steps are to consume the changes in the buildroot, and then consume those buildroot changes in the engine.

0 commit comments

Comments
 (0)