Skip to content

Commit 6b3017f

Browse files
authored
Update README.md
assembleRelease comment
1 parent fc396db commit 6b3017f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If step 1 is failing, try building a release and running that in the emulator:
5151
```
5252
// Creates the apk of the app in /android/app/build/outputs/apk/release/app-release.apk
5353
cd android
54-
./gradlew assembleRelease
54+
./gradlew assembleRelease // add '--scan' will collect logs and tasks that happen during this
5555
```
5656

5757
3.

0 commit comments

Comments
 (0)