You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2020/12/02 08:16:05 UTC

[cordova-docs] branch master updated: doc: Remove mentions of keystore password prompts (#1113)

This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f38b35  doc: Remove mentions of keystore password prompts (#1113)
0f38b35 is described below

commit 0f38b35069cbce7cdfad8ada855a00af6c5674e5
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Wed Dec 2 04:15:57 2020 -0400

    doc: Remove mentions of keystore password prompts (#1113)
---
 www/docs/en/dev/guide/platforms/android/index.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www/docs/en/dev/guide/platforms/android/index.md b/www/docs/en/dev/guide/platforms/android/index.md
index 694bace..0071449 100644
--- a/www/docs/en/dev/guide/platforms/android/index.md
+++ b/www/docs/en/dev/guide/platforms/android/index.md
@@ -391,9 +391,6 @@ build configuration file:
 }
 ```
 
-For release signing, passwords can be excluded and the build system will issue a
-prompt asking for the password.
-
 There is also support to mix and match command line arguments and parameters in
 `build.json`. Values from the command line arguments will get precedence.
 This can be useful for specifying passwords on the command line.
@@ -413,7 +410,7 @@ keyAlias=DebugSigningKey
 keyPassword=SECRET2
 ```
 
-`storePassword` and `keyPassword` are optional, and will be prompted for if omitted.
+`storePassword` and `keyPassword` are required for automated signing.
 
 ## Debugging
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org