Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jun 4, 2024
1 parent 1d9d776 commit c6e172e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ melos analyze
melos format
```

### Release

> ⚠️ Make sure you have the `/packages/app/android/key.properties` file and key store file in place with the [signing keys](https://docs.flutter.dev/deployment/android#sign-the-app) for release.
```bash
# Build, obfuscate and sign releases for all architectures
melos release
```

### FFI packages

To bring [`p2panda-rs`] and [`aquadoggo`] into a native Android environment
Expand Down

0 comments on commit c6e172e

Please sign in to comment.