Skip to content

Commit

Permalink
Fixed emulator setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed May 13, 2024
1 parent d7561c6 commit 723778f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo-project/ui-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ android {
}

val pixel2 by android.testOptions.managedDevices.devices.creating(ManagedVirtualDevice::class) {
device = "Pixel 6"
device = "Pixel 2"
apiLevel = 30
systemImageSource = "aosp-atd"
systemImageSource = "asop-atd"
}

baselineProfile {
Expand Down

0 comments on commit 723778f

Please sign in to comment.