Skip to content

Commit 6bfcc42

Browse files
committed
fix avds
1 parent 2c419de commit 6bfcc42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
api-level: [25, 29, 35]
84+
# 21 is too old (not properly supported by github)
85+
# mokito version is not working ing 30+
86+
api-level: [25, 27, 29]
8587
steps:
8688
- name: checkout
8789
uses: actions/checkout@v4

0 commit comments

Comments
 (0)