Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/play-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Capacitor, you can additionally refer to the Capacitor document
To generate a release build for Android, build your web app and then run the following cli command:

```shell
npx cap copy && npx cap sync
npx cap sync
```

This will copy all web assets and sync any plugin changes.
Expand Down