fix(benchmark): upgrade to API level 33

This commit is contained in:
Harsh Shandilya 2023-06-11 12:59:33 +05:30
parent 0d78cb4112
commit 1defffa504
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -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"
}
}
}