Skip to content

Commit c13ebf1

Browse files
Use proto name for emulator version and show cipd package version (#142262)
Changes to use the proto.textpb config file as the version of the emulator device and show the cipd dependency version in the dependencies so devs know it can be updated. *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* Fixes flutter/flutter#142261 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
1 parent be4be30 commit c13ebf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ platform_properties:
4444
dependencies: >-
4545
[
4646
{"dependency": "android_sdk", "version": "version:34v3"},
47-
{"dependency": "android_virtual_device", "version": "34"},
47+
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
48+
{"dependency": "avd_cipd_version", "version": "build_id:8759428741582061553"},
4849
{"dependency": "open_jdk", "version": "version:17"}
4950
]
5051
os: Ubuntu

0 commit comments

Comments
 (0)