Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created June 21, 2021 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorescodro/da3a9a894536104d4288b8b9a0ab98f5 to your computer and use it in GitHub Desktop.
Save igorescodro/da3a9a894536104d4288b8b9a0ab98f5 to your computer and use it in GitHub Desktop.
android {
testOptions {
devices {
pixel2api29(com.android.build.api.dsl.ManagedVirtualDevice) {
device = "Pixel 2"
apiLevel = 29
systemImageSource = "google"
abi = "x86"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment