Skip to content

Commit

Permalink
#9: use -atd images to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
arburk committed Jan 2, 2024
1 parent 35415ad commit 77fc963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android_it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited

push:
branches:
- 'main'
Expand Down
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ android {

managedDevices {
devices {
nexus5api26(com.android.build.api.dsl.ManagedVirtualDevice) {
device = "Nexus 5"
apiLevel = 26
systemImageSource = "aosp"
}
nexus5api27 (com.android.build.api.dsl.ManagedVirtualDevice) {
device = "Nexus 5"
apiLevel = 27
Expand All @@ -96,7 +91,6 @@ android {
}
groups {
supportedSdks {
targetDevices.add(devices.nexus5api26)
targetDevices.add(devices.nexus5api27)
targetDevices.add(devices.nexus5api28)
targetDevices.add(devices.pixel3api30)
Expand Down

0 comments on commit 77fc963

Please sign in to comment.