SigningConfig

DSL object for configuring signing configs.

Properties

PropertyDescription
keyAlias

Key alias used when signing.

keyPassword

Key password used when signing.

storeFile

Store file used when signing.

storePassword

Store password used when signing.

storeType

Store type used when signing.

v1SigningEnabled

Whether signing using JAR Signature Scheme (aka v1 signing) is enabled.

v2SigningEnabled

Whether signing using APK Signature Scheme v2 (aka v2 signing) is enabled.

Methods

No methods

Script blocks

No script blocks

Property details

String keyAlias

Key alias used when signing.

See Signing Your Applications

String keyPassword

Key password used when signing.

See Signing Your Applications

File storeFile

Store file used when signing.

See Signing Your Applications

String storePassword

Store password used when signing.

See Signing Your Applications

String storeType

Store type used when signing.

See Signing Your Applications

boolean v1SigningEnabled

Whether signing using JAR Signature Scheme (aka v1 signing) is enabled.

See Signing Your Applications

boolean v2SigningEnabled

Whether signing using APK Signature Scheme v2 (aka v2 signing) is enabled.

See Signing Your Applications