Skip to content

Commit 71a8134

Browse files
none: testing new keys for React Native
1 parent 6d157c5 commit 71a8134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- run:
149149
name: Install app on emulator
150150
command: |
151-
adb install -r ~/project/example/android/app/build/outputs/apk/debug/app-debug.apk
151+
adb install -r ~/project/example/android/app/build/outputs/apk/release/app-release.apk
152152
153153
- run:
154154
working_directory: example/test

0 commit comments

Comments
 (0)