From 92733b5c022dfe2fb34a5048d44100271bad4e07 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:25:09 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6e1797..70a1757 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,5 +23,5 @@ jobs: - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 34 + api-level: 29 script: ./gradlew connectedCheck \ No newline at end of file