Merge pull request #6715 from TeamNewPipe/readd_api_29

Readd api level 29 to android CI tests
This commit is contained in:
Tobi 2021-07-20 23:46:49 +02:00 committed by GitHub
commit fd4e1b8d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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