saker.android Documentation TaskDoc JavaDoc Packages
Retrieves an Android build-tools SDK description. The task can be used to get an SDK reference to the Android build-tools with a specific version. These SDKs can be passed as the input to other tasks to be used to retrieve the required tooling. The commonly used name for the SDK is AndroidBuildTools.
Summary
Parameters
VersionCollection of version ranges that specify the version of the Android build-tools that should be referenced.
Parameters
Collection of String
Aliases:
Versions
Collection of version ranges that specify the version of the Android build-tools that should be referenced. The version elements can be version ranges, or specific versions that match the version of the SDK. The versions will be compared with the build-tools version directory name and matched accordingly. E.g. specifying "29" will match any non-preview versions that have the major of 29. "30.0.0-preview" will match only the 30.0.0-preview version.