Readd api level 29 to android CI tests

The action got fixed and released https://github.com/ReactiveCircus/android-emulator-runner/releases/tag/v2.19.1
pull/6715/head
XiangRongLin 2021-07-20 18:28:46 +02:00 zatwierdzone przez GitHub
rodzic 63fdc100d6
commit c422f65935
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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