Skip to content

Commit 96ce30f

Browse files
authored
Update the CI to use the minimum Android version supported by Flutter (#262)
1 parent 1c88921 commit 96ce30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io_file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Run tests
116116
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed
117117
with:
118-
api-level: 21
118+
api-level: 24
119119
disable-animations: true
120120
arch: x86_64
121121
target: default

0 commit comments

Comments
 (0)