Package com.android.builder.core
Class ToolsRevisionUtils
java.lang.Object
com.android.builder.core.ToolsRevisionUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.android.repository.RevisionDefault version of build tools that will be used if the user does not specify.static final com.android.sdklib.AndroidVersionMaximum recommended compileSdk version.static final com.android.repository.RevisionMinimal supported version of build tools. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_BUILD_TOOLS_REV
public static final com.android.repository.Revision MIN_BUILD_TOOLS_REVMinimal supported version of build tools.ATTENTION: When changing this value, make sure to update the release notes (https://developer.android.com/studio/releases/gradle-plugin).
-
DEFAULT_BUILD_TOOLS_REVISION
public static final com.android.repository.Revision DEFAULT_BUILD_TOOLS_REVISIONDefault version of build tools that will be used if the user does not specify.ATTENTION: This is usually the same as the minimum build tools version, as documented in
com.android.build.gradle.BaseExtension#getBuildToolsVersion()andcom.android.build.api.dsl.extension.BuildProperties#getBuildToolsVersion(), and in the release notes (https://developer.android.com/studio/releases/gradle-plugin). If this version is higher than the minimum version, make sure to update those places to document the new behavior. -
MAX_RECOMMENDED_COMPILE_SDK_VERSION
public static final com.android.sdklib.AndroidVersion MAX_RECOMMENDED_COMPILE_SDK_VERSIONMaximum recommended compileSdk version.The build system will warn if the compile SDK version is greater than this value to encourage build authors to upgrade the Android Gradle Plugin.
-
-
Constructor Details
-
ToolsRevisionUtils
public ToolsRevisionUtils()
-