github: switch to API 29

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-27 00:20:48 +05:30
parent 3d77f397f6
commit 55e7ab5490
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -37,7 +37,7 @@ jobs:
if: ${{ steps.service-changed.outputs.result == 'true' }} if: ${{ steps.service-changed.outputs.result == 'true' }}
uses: reactivecircus/android-emulator-runner@v2.11.0 uses: reactivecircus/android-emulator-runner@v2.11.0
with: with:
api-level: 30 api-level: 29
target: default target: default
script: ./gradlew :app:connectedDebugAndroidTest script: ./gradlew :app:connectedDebugAndroidTest