Skip to content

Commit

Permalink
POC: try to run on the min supported version (api 21)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed May 6, 2024
1 parent 0fb38b1 commit 9c84477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testOnDevice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
EMULATOR_API_LEVEL: [34]
EMULATOR_API_LEVEL: [21]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9c84477

Please sign in to comment.