SigningConfig
interface SigningConfig
Defines a variant's signing config.
Summary
Public functions | 
          |
|---|---|
@Incubating Unit | 
            
              setConfig(signingConfig: SigningConfig?)Sets the   | 
          
Public properties | 
          |
|---|---|
Property<Boolean> | 
            
              
               Enable signing using JAR Signature Scheme (aka v1 signing).  | 
          
Property<Boolean> | 
            
              
               Enable signing using APK Signature Scheme v2 (aka v2 signing).  | 
          
Property<Boolean> | 
            
              
               Enable signing using APK Signature Scheme v3 (aka v3 signing).  | 
          
Property<Boolean> | 
            
              
               Enable signing using APK Signature Scheme v4 (aka v4 signing).  | 
          
Public functions
setConfig
@Incubating
fun setConfig(signingConfig: SigningConfig?): Unit
Sets the com.android.build.api.dsl.SigningConfig with information on how to retrieve the signing configuration.
Public properties
enableV1Signing
val enableV1Signing: Property<Boolean>
Enable signing using JAR Signature Scheme (aka v1 signing).
This property will override any value set using the corresponding DSL.
enableV2Signing
val enableV2Signing: Property<Boolean>
Enable signing using APK Signature Scheme v2 (aka v2 signing).
This property will override any value set using the corresponding DSL.
enableV3Signing
val enableV3Signing: Property<Boolean>
Enable signing using APK Signature Scheme v3 (aka v3 signing).
This property will override any value set using the corresponding DSL.
enableV4Signing
val enableV4Signing: Property<Boolean>
Enable signing using APK Signature Scheme v4 (aka v4 signing).
This property will override any value set using the corresponding DSL.