mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
17 lines
362 B
Markdown
17 lines
362 B
Markdown
# 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`
|