Skip to content

Commit

Permalink
Check if api-level 28 fixes things
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 20, 2021
1 parent b950bea commit 45a3464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 28
script: ./gradlew connectedCheck
- name: Upload Test Results
if: ${{ always() }}
Expand Down

0 comments on commit 45a3464

Please sign in to comment.