Revert "fix(benchmark): upgrade to API level 33"

This reverts commit 1defffa504.
This commit is contained in:
Harsh Shandilya 2023-07-25 11:46:47 +05:30
parent 3ad4ff1c63
commit a2d046bd0b
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>("baselineprofile") {
device = "Pixel 5"
apiLevel = 33
systemImageSource = "google_apis"
create<ManagedVirtualDevice>("api31") {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "aosp"
}
}
}