Remove api level 29 from android ci tests

This commit is contained in:
XiangRongLin 2021-07-16 10:19:58 +02:00 committed by GitHub
parent dfa941a9e7
commit d3375a921d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ jobs:
strategy: strategy:
matrix: matrix:
# api-level 19 is min sdk, but throws errors related to desugaring # api-level 19 is min sdk, but throws errors related to desugaring
api-level: [ 21, 29 ] # api-level 29 currently not working https://github.com/ReactiveCircus/android-emulator-runner/issues/168
api-level: [ 21 ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2