Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Feb 7, 2025
1 parent bd57b21 commit 20b87e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
echo 'android.native.buildOutput=verbose' >> gradle.properties
echo 'org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8' >> gradle.properties
echo 'org.gradle.caching=true' >> gradle.properties
echo 'org.gradle.parallel=true' >> gradle.properties
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
Expand Down
8 changes: 1 addition & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,8 @@ android {

testOptions {
devices {
api34(ManagedVirtualDevice) {
device = "Pixel 2"
apiLevel = 34
systemImageSource = "aosp-atd"
require64Bit = true
}
api30(ManagedVirtualDevice) {
device = "Pixel 2"
device = "Nexus One"
apiLevel = 30
systemImageSource = "aosp-atd"
require64Bit = true
Expand Down

0 comments on commit 20b87e2

Please sign in to comment.