2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Setup key signing

This commit is contained in:
Oliver Walters
2021-02-14 23:13:08 +11:00
parent 822d1be2e2
commit b6ccb57065
4 changed files with 38 additions and 4 deletions

17
RELEASE.md Normal file
View File

@ -0,0 +1,17 @@
# Release Process
## Android Play Store
[Reference](https://flutter.dev/docs/deployment/android#signing-the-app)
### Key File
Add a file `key.properties` under the android/ directory
### Increment Build Number
Make sure that the build number is incremented every time (or it will be rejected by Play Store).
### Build Appbundle
`flutter build appbundle`