Merge pull request #1861 from SimonMarquis/patch-4

Replace deprecated `ManagedDevices.devices` and suspicious receiver type
pull/1955/head
Don Turner 4 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 { testOptions.managedDevices.localDevices {
create<com.android.build.api.dsl.ManagedVirtualDevice>("pixel6Api33") { create("pixel6Api33") {
device = "Pixel 6" device = "Pixel 6"
apiLevel = 33 apiLevel = 33
systemImageSource = "aosp" systemImageSource = "aosp"

Loading…
Cancel
Save