Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.25 KB

AndroidBranchConfigurationProperties.md

File metadata and controls

21 lines (17 loc) · 1.25 KB

AndroidBranchConfigurationProperties

Properties

Name Type Description Notes
gradle_wrapper_path string Path to the Gradle wrapper script [optional]
module string The Gradle module to build [optional]
build_variant string The Android build variant to build [optional]
run_tests bool Whether to run unit tests during the build (default) [optional] [default to true]
run_lint bool Whether to run lint checks during the build (default) [optional]
is_root bool Whether it is the root module or not [optional]
automatic_signing bool Whether to apply automatic signing or not [optional]
keystore_password string The password of the keystore [optional]
key_alias string The key alias [optional]
key_password string The key password [optional]
keystore_filename string The name of the keystore file [optional]
keystore_encoded string The keystore encoded value [optional]

[Back to Model list] [Back to API list] [Back to README]