From 55e7ab54901e355dd0578a1538afdd7733c8c789 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Aug 2020 00:20:48 +0530 Subject: [PATCH] github: switch to API 29 Signed-off-by: Harsh Shandilya --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ff4df0f9..89a8ff21 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -37,7 +37,7 @@ jobs: if: ${{ steps.service-changed.outputs.result == 'true' }} uses: reactivecircus/android-emulator-runner@v2.11.0 with: - api-level: 30 + api-level: 29 target: default script: ./gradlew :app:connectedDebugAndroidTest