mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 03:56:24 +00:00
Setup key signing
This commit is contained in:
parent
822d1be2e2
commit
b6ccb57065
4 changed files with 38 additions and 4 deletions
17
RELEASE.md
Normal file
17
RELEASE.md
Normal 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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue