From c422f65935cb62e59eb2b9ea6291d528a244312f Mon Sep 17 00:00:00 2001 From: XiangRongLin <41164160+XiangRongLin@users.noreply.github.com> Date: Tue, 20 Jul 2021 18:28:46 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51789743e..ca9a89d8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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