Skip to content

Commit

Permalink
Fix documentation for android_sdk_repository.build_tools_version.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 169092834
  • Loading branch information
aj-michael authored and laszlocsomor committed Sep 18, 2017
1 parent 22f4210 commit 3ba3dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public RuleClass build(Builder builder, RuleDefinitionEnvironment environment) {
The version of the Android build tools to use from within the Android SDK. If not specified,
the latest build tools version installed will be used.
<p>Bazel requires build tools version 24.0.3 or later.
<p>Bazel requires build tools version 26.0.1 or later.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("build_tools_version", STRING).nonconfigurable("WORKSPACE rule"))
/* <!-- #BLAZE_RULE(android_sdk_repository).ATTRIBUTE(api_level) -->
Expand Down

0 comments on commit 3ba3dfc

Please sign in to comment.