mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(benchmark): upgrade to API level 33
This commit is contained in:
parent
0d78cb4112
commit
1defffa504
2 changed files with 6 additions and 6 deletions
|
@ -33,10 +33,10 @@ android {
|
|||
testOptions {
|
||||
managedDevices {
|
||||
devices {
|
||||
create<ManagedVirtualDevice>("api31") {
|
||||
device = "Pixel 6"
|
||||
apiLevel = 31
|
||||
systemImageSource = "aosp"
|
||||
create<ManagedVirtualDevice>("baselineprofile") {
|
||||
device = "Pixel 5"
|
||||
apiLevel = 33
|
||||
systemImageSource = "google_apis"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue