ApplicationVariantBuilder
@Incubating interface ApplicationVariantBuilder : VariantBuilder
com.android.build.api.variant.ApplicationVariantBuilder |
Application specific variant object that contains properties that will determine the variant's build flow.
For example, an application variant may have minification on or off, or have a different minSdkVersion from the other variants.
All these properties must be resolved during configuration time as org.gradle.api.Task representing the variant build flows must be created.
Summary
Public methods |
|
---|---|
abstract Unit |
dependenciesInfo(action: DependenciesInfo.() -> Unit) Specify whether to include SDK dependency information in APKs and Bundles. |
Properties |
|
---|---|
abstract Boolean | |
abstract DependenciesInfo |
Specify whether to include SDK dependency information in APKs and Bundles. |
Inherited properties |
|
---|---|
Public methods
dependenciesInfo
abstract fun dependenciesInfo(action: DependenciesInfo.() -> Unit): Unit
Specify whether to include SDK dependency information in APKs and Bundles.
Properties
debuggable
abstract val debuggable: Boolean
dependenciesInfo
abstract val dependenciesInfo: DependenciesInfo
Specify whether to include SDK dependency information in APKs and Bundles.