We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 420f050 + c422f65 commit fd4e1b8Copy full SHA for fd4e1b8
.github/workflows/ci.yml
@@ -49,9 +49,8 @@ jobs:
49
runs-on: macos-latest
50
strategy:
51
matrix:
52
- # api-level 19 is min sdk, but throws errors related to desugaring
53
- # api-level 29 currently not working https://github.com/ReactiveCircus/android-emulator-runner/issues/168
54
- api-level: [ 21 ]
+ # api-level 19 is min sdk, but throws errors related to desugaring
+ api-level: [ 21, 29 ]
55
steps:
56
- uses: actions/checkout@v2
57
0 commit comments