Skip to content

Commit

Permalink
Use API level 34 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Mar 19, 2024
1 parent 6ae8120 commit 80e269b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:

androidIntegrationTest:
runs-on: macos-latest
needs:
- build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
group=app.softwork
android.useAndroidX=true
kotlin.mpp.androidSourceSetLayoutVersion=2
3 changes: 2 additions & 1 deletion kotlinx-uuid-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ android {
localDevices {
register("pixel2api30") {
device = "Pixel 2"
apiLevel = 30
apiLevel = 34
systemImageSource = "aosp"
require64Bit = true
}
}
}
Expand Down

0 comments on commit 80e269b

Please sign in to comment.