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:
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`
|
Reference in New Issue
Block a user