Skip to content

Commit

Permalink
Add API 34 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 10, 2024
1 parent da69244 commit 4ae3e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 21
- 24
- 26
- 29
- 34

steps:
- uses: actions/checkout@v4
Expand All @@ -47,6 +47,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.api-level == '34' && 'x86_64' || 'x86' }}
script: ./gradlew connectedCheck
env:
API_LEVEL: ${{ matrix.api-level }}
Expand Down
4 changes: 2 additions & 2 deletions retrofit/android-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 29
compileSdkVersion 34

defaultConfig {
minSdkVersion 21
Expand All @@ -17,7 +17,7 @@ android {
}
}

targetSdkVersion 29
targetSdkVersion 34
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down

0 comments on commit 4ae3e51

Please sign in to comment.