From 9c8447786238147f61727f3df20ca8ecdcb91753 Mon Sep 17 00:00:00 2001 From: Vladimir <70273239+vladimir-8@users.noreply.github.com> Date: Mon, 6 May 2024 11:22:38 -0700 Subject: [PATCH] POC: try to run on the min supported version (api 21) --- .github/workflows/testOnDevice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testOnDevice.yml b/.github/workflows/testOnDevice.yml index 866b6d0c1..3cc379875 100644 --- a/.github/workflows/testOnDevice.yml +++ b/.github/workflows/testOnDevice.yml @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - EMULATOR_API_LEVEL: [34] + EMULATOR_API_LEVEL: [21] steps: - uses: actions/checkout@v3