diff --git a/baselineprofile/build.gradle.kts b/baselineprofile/build.gradle.kts index 00db1a7f..b711f961 100644 --- a/baselineprofile/build.gradle.kts +++ b/baselineprofile/build.gradle.kts @@ -29,9 +29,10 @@ android { testOptions { managedDevices { devices { - create("pixel2Api34") { - device = "Pixel 2" - apiLevel = 34 + create("pixel6Api33") { + device = "Pixel 6" + apiLevel = 33 + systemImageSource = "aosp" } } } @@ -41,7 +42,8 @@ android { // This is the configuration block for the Baseline Profile plugin. // You can specify to run the generators on a managed devices or connected devices. baselineProfile { - useConnectedDevices = true + managedDevices += "pixel6Api33" + useConnectedDevices = false } dependencies {