We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ed1e1 commit dfd0f5eCopy full SHA for dfd0f5e
.github/workflows/android.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
api-level: 33
56
arch: x86_64
57
- target: google_apis
+ target: google_apis_playstore
58
script: |
59
adb logcat -c
60
python3 scripts/gen_project.py --rn-version ${{ matrix.rn-version }} --v8-android-variant ${{ matrix.v8-android-variant }} TestApp
.github/workflows/expo-android.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
working-directory: ../TestApp/android
66
67
adb install -r app/build/outputs/apk/release/app-release.apk
0 commit comments