SigningConfig

interface SigningConfig

Known direct subclasses
ApkSigningConfig

DSL object to configure signing configs.


DSL object for configuring options related to signing for APKs and bundles.

ApkSigningConfig extends this with options relating to just APKs

Summary

Public functions

@Incubating Unit

Copies all properties from the given signing config.

Public properties

String?

Key alias used when signing.

String?

Key password used when signing.

File?

Store file used when signing.

String?

Store password used when signing.

String?

Store type used when signing.

Public functions

initWith

@Incubating
fun initWith(that: SigningConfig): Unit

Copies all properties from the given signing config.

Public properties

keyAlias

var keyAliasString?

Key alias used when signing.

See Signing Your Applications

keyPassword

var keyPasswordString?

Key password used when signing.

See Signing Your Applications

storeFile

var storeFileFile?

Store file used when signing.

See Signing Your Applications

storePassword

var storePasswordString?

Store password used when signing.

See Signing Your Applications

storeType

var storeTypeString?

Store type used when signing.

See Signing Your Applications