2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-01 23:16:49 +00:00
inventree-app/RELEASE.md

22 lines
479 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).
### Copy Translations
Ensure that the translation files have been updated, and copied into the correct directory!!
### Build Appbundle
`flutter build appbundle`