SigningConfig
interface SigningConfig
com.android.build.api.dsl.SigningConfig |
DSL object for configuring options related to signing for APKs and bundles.
ApkSigningConfig extends this with options relating to just APKs
Summary
Public methods |
|
---|---|
abstract Unit |
initWith(that: SigningConfig) Copies all properties from the given signing config. |
Properties |
|
---|---|
abstract String? |
Key alias used when signing. |
abstract String? |
Key password used when signing. |
abstract File? |
Store file used when signing. |
abstract String? |
Store password used when signing. |
abstract String? |
Store type used when signing. |
Public methods
initWith
@Incubating abstract fun initWith(that: SigningConfig): Unit
Copies all properties from the given signing config.