Skip to content
Merged
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
4 changes: 4 additions & 0 deletions src/content/deployment/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ The `storeFile` might be located at
`/Users/<user name>/upload-keystore.jks` on macOS
or `C:\\Users\\<user name>\\upload-keystore.jks` on Windows.

:::note
The Windows path to `keystore.jks` must be specified with double backslashes: `\\`.
:::

:::warning
Keep the `key.properties` file private;
don't check it into public source control.
Expand Down