Skip to content

Commit

Permalink
Use API level 34 for integration tests (#307)
Browse files Browse the repository at this point in the history
* Use API level 34 for integration tests

* Update CI.yml

---------

Co-authored-by: hfhbd <[email protected]>
  • Loading branch information
hfhbd and hfhbd authored Mar 19, 2024
1 parent 6ae8120 commit e8cf6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 e8cf6f4

Please sign in to comment.