Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
try AOSP image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Aug 11, 2024
1 parent ad701c9 commit 28cbd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ android {
}

register("api34", ManagedVirtualDevice::class) {
device = "Pixel 7"
device = "Nexus One"
apiLevel = 34
systemImageSource = "google"
systemImageSource = "aosp-atd"
}
}
}
Expand Down

0 comments on commit 28cbd96

Please sign in to comment.