ApplicationBaseFlavor
interface ApplicationBaseFlavor : VariantDimension, HasInitWith, BaseFlavor, VariantDimension, ApplicationVariantDimension
| ApplicationDefaultConfig | Specifies defaults for properties that the Android application plugin applies to all build variants. | 
| ApplicationProductFlavor | Encapsulates all product flavors properties for application projects. | 
Summary
| Public functions | |
|---|---|
| @Incubating Unit | This function is deprecated. Replaced by maxSdk property | 
| @Incubating Unit | This function is deprecated. Replaced by targetSdkPreview property | 
| @Incubating Unit | This function is deprecated. Replaced by targetSdk property | 
| @Incubating Unit | This function is deprecated. Replaced by targetSdkPreview property | 
| Public properties | |
|---|---|
| String? | The application ID. | 
| Int? | The maxSdkVersion, or null if not specified. | 
| Int? | The target SDK version. | 
| String? | The target SDK version. | 
| Int? | Version code. | 
| String? | Version name. | 
| Inherited functions | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||||||||||
Public functions
Public properties
maxSdk
val maxSdk: Int?
The maxSdkVersion, or null if not specified. This is only the value set on this produce flavor.
targetSdk
val targetSdk: Int?
The target SDK version. Setting this it will override previous calls of targetSdk and targetSdkPreview setters. Only one of targetSdk and targetSdkPreview should be set.
targetSdkPreview
val targetSdkPreview: String?
The target SDK version. Setting this it will override previous calls of targetSdk and targetSdkPreview setters. Only one of targetSdk and targetSdkPreview should be set.
