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 986ddee commit e8a8d65Copy full SHA for e8a8d65
.github/workflows/ci.yml
@@ -53,6 +53,8 @@ jobs:
53
java-version: 1.8
54
- name: Update test cert for httpbin.org
55
run: npm run updatecert
56
+ - name: Add workaround for missing DX files in build-tools 31 (https://stackoverflow.com/a/68430992)
57
+ run: ln -s %ANDROID_HOME%/build-tools/31.0.0/d8 $ANDROID_HOME/build-tools/31.0.0/dx && ln -s $ANDROID_HOME/build-tools/31.0.0/lib/d8.jar $ANDROID_HOME/build-tools/31.0.0/lib/dx.jar
58
- name: Build test app
59
run: scripts/build-test-app.sh --android --device
60
- name: Upload artifact to BrowserStack
0 commit comments