Skip to content

Commit

Permalink
Use proto name for emulator version and show cipd package version (fl…
Browse files Browse the repository at this point in the history
…utter#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#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].*
  • Loading branch information
ricardoamador authored Feb 1, 2024
1 parent be4be30 commit c13ebf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ platform_properties:
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:34v3"},
{"dependency": "android_virtual_device", "version": "34"},
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
{"dependency": "avd_cipd_version", "version": "build_id:8759428741582061553"},
{"dependency": "open_jdk", "version": "version:17"}
]
os: Ubuntu
Expand Down

0 comments on commit c13ebf1

Please sign in to comment.