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 src/content/deployment/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If not, create one using one of the following methods:

```console
keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA \
-keysize 2048 -validity 10000 -alias upload
-storetype JKS -keysize 2048 -validity 10000 -alias upload
```

On Windows, use the following command in PowerShell:
Expand Down
Loading