Skip to content

Commit

Permalink
Bump targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Dec 23, 2023
1 parent c76f8e5 commit 523b3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.api-level == '34' && 'x86_64' || 'x86' }}
script: ./gradlew -PandroidBuild=true :okhttp-android:connectedCheck :android-test:connectedCheck
env:
API_LEVEL: ${{ matrix.api-level }}
Expand All @@ -506,6 +507,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.api-level == '34' && 'x86_64' || 'x86' }}
script: ./gradlew -PandroidBuild=true :android-test-app:connectedCheck
env:
API_LEVEL: ${{ matrix.api-level }}
Expand Down

0 comments on commit 523b3c6

Please sign in to comment.