mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
Revert "fix(benchmark): upgrade to API level 33"
This reverts commit 1defffa504
.
This commit is contained in:
parent
3ad4ff1c63
commit
a2d046bd0b
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue