updating emulator to use api 29 due to storage differences

This commit is contained in:
Adam Brown 2021-11-09 14:21:19 +00:00
parent 0ab5734c53
commit 992c3d8a13

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [28]
api-level: [29]
steps:
- uses: actions/checkout@v2
with: