diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c5d9fbe..d7e993d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -85,7 +85,7 @@ jobs: with: api-level: 29 target: playstore - script: npm run test:android -- --sdkVersion 12.1.0.v20221229113413 + script: npm run test:android -- --sdkVersion 12.2.1.GA disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures - name: Show summary of ccache configuration and statistics counters