Add a script with README instructions for building a signed prod release
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC4cbd4b5ad909: [Cashtab] Add a script to build a signed release
./build-android-release.sh ... though it only works if you also follow the readme instructions and create the key and the properties file
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| cashtab/build-android-release.sh | ||
|---|---|---|
| 1 ↗ | (On Diff #56589) | Add a copyright header |
| 8 ↗ | (On Diff #56589) | then popd at the end of the script so you don't move the current working dir without noticing the user (makes automation much easier) |
| 42 ↗ | (On Diff #56589) | You should make that an argument of the script instead, so it can be used in a non interactive environment |
| cashtab/build-android-release.sh | ||
|---|---|---|
| 42 ↗ | (On Diff #56589) | apparently this is what we really want to upload to the play store, so changed to just have it do this by default |
| cashtab/build-android-release.sh | ||
|---|---|---|
| 53 ↗ | (On Diff #56602) | popd |