You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/16 08:32:39 UTC

[GitHub] [cordova-docs] janpio commented on a change in pull request #1009: Android: App Bundle Documentation

janpio commented on a change in pull request #1009: Android: App Bundle Documentation
URL: https://github.com/apache/cordova-docs/pull/1009#discussion_r303786360
 
 

 ##########
 File path: www/docs/en/dev/guide/platforms/android/index.md
 ##########
 @@ -328,13 +328,14 @@ 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>Builds an APK or a bundle (.aab) file.<br>Accepts either `apk` or `bundle`
 
 Review comment:
   ```suggestion
   | Package Type          | `--packageType`   | *Default: apk*<br>Wether to build an APK or a Android App Bundle (`.aab`) file.<br>Accepts either `apk` or `bundle`
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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