TestBaseFlavor
interface TestBaseFlavor : BaseFlavor, TestVariantDimension
TestDefaultConfig |
Specifies defaults for properties that the Android test plugin applies to all build variants. |
TestProductFlavor |
Encapsulates all product flavors properties for test 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 |
|
---|---|
Int? |
The maxSdkVersion, or null if not specified. |
Int? |
The target SDK version. |
String? |
The target SDK version. |
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.