Skip to content

Commit

Permalink
Fix missing system image for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmanak committed May 7, 2024
1 parent a4cb747 commit 9003c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {
maybeCreate<ManagedVirtualDevice>("pixel2api30").apply {
device = "Pixel 2"
apiLevel = 30
systemImageSource = "aosp-atd"
systemImageSource = "aosp"
}
}
}
Expand Down

0 comments on commit 9003c37

Please sign in to comment.