Merge pull request #1861 from SimonMarquis/patch-4

Replace deprecated `ManagedDevices.devices` and suspicious receiver type
pull/1359/merge
Don Turner 3 days ago committed by GitHub
commit c6731e22d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,8 +45,8 @@ android {
)
}
testOptions.managedDevices.devices {
create<com.android.build.api.dsl.ManagedVirtualDevice>("pixel6Api33") {
testOptions.managedDevices.localDevices {
create("pixel6Api33") {
device = "Pixel 6"
apiLevel = 33
systemImageSource = "aosp"

Loading…
Cancel
Save