ApplicationBaseFlavor
interface ApplicationBaseFlavor : BaseFlavor, 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 | |
|---|---|
| Unit | This function is deprecated. Replaced by maxSdk property | 
| Unit | This function is deprecated. Replaced by targetSdkPreview property | 
| Unit | This function is deprecated. Replaced by targetSdk property | 
| 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 | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||||||||||
| Inherited properties | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||
Public functions
Public properties
maxSdk
var maxSdk: Int?
The maxSdkVersion, or null if not specified. This is only the value set on this produce flavor.
targetSdk
var 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
var 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.
