Browse Source

document new_binary.sh

dev
Jonathan "Duke" Leto 4 years ago
parent
commit
370752b827
  1. 6
      README.md

6
README.md

@ -98,7 +98,11 @@ the Play Store will reject the build.
To create a release build navigate to the project directory in terminal and run
`./gradlew clean assembleRelease`
```
./new_binary.sh 1.2.3
```
where 1.2.3 is the version number, which must match the codebase to be accepted to Google Play.
This will produce an apk file in the following directory.

Loading…
Cancel
Save