From 992c3d8a13c10cedef10a8dfe799e9e265923845 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Tue, 9 Nov 2021 14:21:19 +0000 Subject: [PATCH] updating emulator to use api 29 due to storage differences --- .github/workflows/sanity_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity_test.yml b/.github/workflows/sanity_test.yml index 6ad9af6fda..95487dc81f 100644 --- a/.github/workflows/sanity_test.yml +++ b/.github/workflows/sanity_test.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - api-level: [28] + api-level: [29] steps: - uses: actions/checkout@v2 with: