From c13ebf1e7883e9df06efc7aa89dc76b05d8415e6 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:48:19 -0800 Subject: [PATCH] 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 https://github.com/flutter/flutter/issues/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].* --- .ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index aece09c006..f3adf525b8 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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