CompileSdkReleaseSpec

Added in 8.12.0

interface CompileSdkReleaseSpec


Configures the compile sdk version when a released API level is used. See CompileSdkSpec.release

Summary

Public properties

Int?

Set minor API version for compile SDK.

Int?

Set the SDK Extension level to compile your project against.

Public properties

minorApiLevel

Added in 8.12.0
var minorApiLevelInt?

Set minor API version for compile SDK. This should be used with the main API version to specify a full SDK version.

sdkExtension

Added in 8.12.0
var sdkExtensionInt?

Set the SDK Extension level to compile your project against.