diff --git a/src/content/deployment/android.md b/src/content/deployment/android.md index 9c447d8fa2a..60d85ce7f2f 100644 --- a/src/content/deployment/android.md +++ b/src/content/deployment/android.md @@ -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: