Class ToolsRevisionUtils

java.lang.Object
com.android.builder.core.ToolsRevisionUtils

public class ToolsRevisionUtils extends Object
  • Field Details

    • MIN_BUILD_TOOLS_REV

      public static final com.android.repository.Revision MIN_BUILD_TOOLS_REV
      Minimal 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_REVISION
      Default 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() 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.

  • Constructor Details

    • ToolsRevisionUtils

      public ToolsRevisionUtils()