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

normanbreau 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 63808a237 Clarify default value for packageType build flag (#1277)
63808a237 is described below

commit 63808a237db015c9024d45de1df7dc966fd0ef0f
Author: Jonas Kronborg <[email protected]>
AuthorDate: Sat Dec 17 18:12:49 2022 +0100

    Clarify default value for packageType build flag (#1277)
    
    * doc(android): Clarify default packageType value
    
    * doc(android): Clarify default packageType value in version 11
---
 www/docs/en/10.x/guide/platforms/android/index.md | 2 +-
 www/docs/en/11.x/guide/platforms/android/index.md | 2 +-
 www/docs/en/dev/guide/platforms/android/index.md  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/docs/en/10.x/guide/platforms/android/index.md 
b/www/docs/en/10.x/guide/platforms/android/index.md
index 288b7cc12..7c57a75a7 100644
--- a/www/docs/en/10.x/guide/platforms/android/index.md
+++ b/www/docs/en/10.x/guide/platforms/android/index.md
@@ -357,7 +357,7 @@ To sign an app, you need the following parameters:
 | Alias                 | `--alias`         | The id specifying the private 
key used for signing
 | Password              | `--password`      | Password for the private key 
specified
 | Type of the Keystore  | `--keystoreType`  | *Default: auto-detect based on 
file extension*<br>Either pkcs12 or jks
-| Package Type          | `--packageType`   | *Default: apk*<br>Specify 
whether to build an APK or an [Android App Bundle] 
(https://developer.android.com/guide/app-bundle) (.aab) file.<br>Accepts either 
`apk` or `bundle`
+| Package Type          | `--packageType`   | *Default: apk for debug, bundle 
for release*<br>Specify whether to build an APK or an [Android App Bundle] 
(https://developer.android.com/guide/app-bundle) (.aab) file.<br>Accepts either 
`apk` or `bundle`
 
 These parameters can be specified using the command line arguments above to
 the [Cordova CLI][cli_reference] `build` or `run` commands.
diff --git a/www/docs/en/11.x/guide/platforms/android/index.md 
b/www/docs/en/11.x/guide/platforms/android/index.md
index 6927ef3a7..7414f3e9f 100644
--- a/www/docs/en/11.x/guide/platforms/android/index.md
+++ b/www/docs/en/11.x/guide/platforms/android/index.md
@@ -349,7 +349,7 @@ To sign an app, you need the following parameters:
 | Alias                 | `--alias`         | The id specifying the private 
key used for signing
 | Password              | `--password`      | Password for the private key 
specified
 | Type of the Keystore  | `--keystoreType`  | _Default: auto-detect based on 
file extension_<br>Either pkcs12 or jks
-| Package Type          | `--packageType`   | _Default: apk_<br>Specify 
whether to build an APK or an 
[AAB](https://developer.android.com/guide/app-bundle) (Android App Bundle) 
file.<br>Acceptable Values: `apk` or `bundle`
+| Package Type          | `--packageType`   | _Default: apk for debug, bundle 
for release_<br>Specify whether to build an APK or an 
[AAB](https://developer.android.com/guide/app-bundle) (Android App Bundle) 
file.<br>Acceptable Values: `apk` or `bundle`
 
 The parameters above can be specified as an argument when using the [Cordova 
CLI][cli_reference] `build` or `run` commands.
 
diff --git a/www/docs/en/dev/guide/platforms/android/index.md 
b/www/docs/en/dev/guide/platforms/android/index.md
index 6927ef3a7..7414f3e9f 100644
--- a/www/docs/en/dev/guide/platforms/android/index.md
+++ b/www/docs/en/dev/guide/platforms/android/index.md
@@ -349,7 +349,7 @@ To sign an app, you need the following parameters:
 | Alias                 | `--alias`         | The id specifying the private 
key used for signing
 | Password              | `--password`      | Password for the private key 
specified
 | Type of the Keystore  | `--keystoreType`  | _Default: auto-detect based on 
file extension_<br>Either pkcs12 or jks
-| Package Type          | `--packageType`   | _Default: apk_<br>Specify 
whether to build an APK or an 
[AAB](https://developer.android.com/guide/app-bundle) (Android App Bundle) 
file.<br>Acceptable Values: `apk` or `bundle`
+| Package Type          | `--packageType`   | _Default: apk for debug, bundle 
for release_<br>Specify whether to build an APK or an 
[AAB](https://developer.android.com/guide/app-bundle) (Android App Bundle) 
file.<br>Acceptable Values: `apk` or `bundle`
 
 The parameters above can be specified as an argument when using the [Cordova 
CLI][cli_reference] `build` or `run` commands.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to