From c48d7ecc203d510a5a57c72135197c37f7a0a1c2 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Thu, 19 Sep 2024 18:45:57 +0800 Subject: [PATCH] dbg --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index a9597dc63..69fc555b5 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -77,7 +77,7 @@ jobs: fail-fast: false matrix: emulator: [ - { api-level: 29, target: google_apis }, + { api-level: 28, target: google_apis }, { api-level: 34, target: playstore } ] steps: