Skip to content

Commit 8ca6416

Browse files
authored
Update CI to Test Against SDK 36v3 (#10169)
SDK 36v3 has been uploaded to CI. It includes the new ndk version r28c that supports 16kb page sizes. We ensure packages CI tests against it. ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent ee8f3b5 commit 8ca6416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platform_properties:
2828
device_type: none
2929
dependencies: >-
3030
[
31-
{"dependency": "android_sdk", "version": "version:36v1"},
31+
{"dependency": "android_sdk", "version": "version:36v3"},
3232
{"dependency": "open_jdk", "version": "version:17"},
3333
{"dependency": "curl", "version": "version:7.64.0"},
3434
{"dependency": "avd_cipd_version", "version": "build_id:8719362231152674241"}

0 commit comments

Comments
 (0)