We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c419de commit 6bfcc42Copy full SHA for 6bfcc42
1 file changed
.github/workflows/android.yml
@@ -81,7 +81,9 @@ jobs:
81
strategy:
82
fail-fast: false
83
matrix:
84
- api-level: [25, 29, 35]
+ # 21 is too old (not properly supported by github)
85
+ # mokito version is not working ing 30+
86
+ api-level: [25, 27, 29]
87
steps:
88
- name: checkout
89
uses: actions/checkout@v4
0 commit comments