Skip to content

Commit

Permalink
Update signed-apk-android.md (facebook#395)
Browse files Browse the repository at this point in the history
* Update signed-apk-android.md

Removed ./ in the gradlew command

* Update signed-apk-android.md
  • Loading branch information
vijayanbu001 authored and hramos committed Jun 15, 2018
1 parent 5f4b0e6 commit bcf38be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/signed-apk-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ android {
Simply run the following in a terminal:

```sh
$ cd android && ./gradlew assembleRelease
$ cd android
$ ./gradlew assembleRelease
```

Gradle's `assembleRelease` will bundle all the JavaScript needed to run your app into the APK. If you need to change the way the JavaScript bundle and/or drawable resources are bundled (e.g. if you changed the default file/folder names or the general structure of the project), have a look at `android/app/build.gradle` to see how you can update it to reflect these changes.
Expand Down

0 comments on commit bcf38be

Please sign in to comment.