Skip to content

Commit 033274c

Browse files
authored
Change android_virtual_device to version 34 (#133809)
Change from AVD 33 to [AVD 34](https://chrome-infra-packages.appspot.com/p/chromium/tools/android/avd/linux-amd64) in CI. Only affects two tests. We should also update the firebase virtual and physical devices when 34 is available there (for example [here](https://github.com/flutter/flutter/blob/e98d3929ca421ca11dcc7662f59e73e0a7d293bd/.ci.yaml#L441)), as that will allow us to update a lot more tests.
1 parent 37c55ba commit 033274c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ targets:
266266
dependencies: >-
267267
[
268268
{"dependency": "android_sdk", "version": "version:33v6"},
269-
{"dependency": "android_virtual_device", "version": "33"},
269+
{"dependency": "android_virtual_device", "version": "34"},
270270
{"dependency": "open_jdk", "version": "version:11"}
271271
]
272272
tags: >
@@ -1574,7 +1574,7 @@ targets:
15741574
task_name: android_defines_test
15751575
dependencies: >-
15761576
[
1577-
{"dependency": "android_virtual_device", "version": "33"}
1577+
{"dependency": "android_virtual_device", "version": "34"}
15781578
]
15791579
15801580
- name: Linux_android android_obfuscate_test

0 commit comments

Comments
 (0)