File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,15 @@ platform_properties:
38
38
os : Ubuntu
39
39
cores : " 8"
40
40
device_type : none
41
+ # The android_virtual_device here should be as old as is feasible. Currently it's 31
42
+ # because the older devices available (see link above for options) are all x86, which
43
+ # is no longer supported by Flutter.
41
44
dependencies : >-
42
45
[
43
46
{"dependency": "android_sdk", "version": "version:33v6"},
44
47
{"dependency": "open_jdk", "version": "version:17"},
45
48
{"dependency": "curl", "version": "version:7.64.0"},
46
- {"dependency": "android_virtual_device", "version": "generic_android22 .textpb"},
49
+ {"dependency": "android_virtual_device", "version": "android_31_google_apis_x64 .textpb"},
47
50
{"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"}
48
51
]
49
52
linux_desktop :
Original file line number Diff line number Diff line change 1
- 2d9977c14ebe9f181c99b00ffe2b632116f70099
1
+ 824868f5d1e6c091a5df23d3628407e75149e1da
You can’t perform that action at this time.
0 commit comments