Skip to content

Commit fd4e1b8

Browse files
authored
Merge pull request #6715 from TeamNewPipe/readd_api_29
Readd api level 29 to android CI tests
2 parents 420f050 + c422f65 commit fd4e1b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949
runs-on: macos-latest
5050
strategy:
5151
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 ]
52+
# api-level 19 is min sdk, but throws errors related to desugaring
53+
api-level: [ 21, 29 ]
5554
steps:
5655
- uses: actions/checkout@v2
5756

0 commit comments

Comments
 (0)