Replace deprecated `ManagedDevices.devices` and suspicious receiver type

pull/1861/head
Simon Marquis 5 months ago committed by GitHub
parent 689ef92e41
commit 888fbf9228
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