Add documentation about setting up keystore
This commit is contained in:
parent
00a8e38a13
commit
28b4287cf0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ You can alternatively install the build from PlayStore or F-Droid.
|
|||
3. Pull in all submodules with `git submodule update --init --recursive`
|
||||
4. Enable repo git hooks `git config core.hooksPath hooks`
|
||||
5. Setup TensorFlowLite by executing `setup.sh`
|
||||
6. For Android, run `flutter build apk --release --flavor independent`
|
||||
6. For Android, [setup your keystore](https://docs.flutter.dev/deployment/android#create-an-upload-keystore) and run `flutter build apk --release --flavor independent`
|
||||
7. For iOS, run `flutter build ios`
|
||||
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Reference in a new issue