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 6d157c5 commit 71a8134Copy full SHA for 71a8134
.circleci/config.yml
@@ -148,7 +148,7 @@ jobs:
148
- run:
149
name: Install app on emulator
150
command: |
151
- adb install -r ~/project/example/android/app/build/outputs/apk/debug/app-debug.apk
+ adb install -r ~/project/example/android/app/build/outputs/apk/release/app-release.apk
152
153
154
working_directory: example/test
0 commit comments