public class ToolsRevisionUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.android.repository.Revision |
DEFAULT_BUILD_TOOLS_REVISION
Default version of build tools that will be used if the user does not specify.
|
static com.android.repository.Revision |
MIN_BUILD_TOOLS_REV
Minimal supported version of build tools.
|
| Constructor and Description |
|---|
ToolsRevisionUtils() |
public static final com.android.repository.Revision MIN_BUILD_TOOLS_REV
ATTENTION: When changing this value, make sure to update the release notes (https://developer.android.com/studio/releases/gradle-plugin).
public static final com.android.repository.Revision DEFAULT_BUILD_TOOLS_REVISION
ATTENTION: This is usually the same as the minimum build tools version, as documented in
com.android.build.gradle.AndroidConfig#getBuildToolsVersion() and com.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.