Skip to content

Commit

Permalink
Pin required specified build_tools_version for android_sdk_repository (
Browse files Browse the repository at this point in the history
…oppia#3741)

* specified build_tools_version

* NIT
  • Loading branch information
FareesHussain committed Aug 27, 2021
1 parent f2ec04c commit 3d98349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ load("//third_party:versions.bzl", "HTTP_DEPENDENCY_VERSIONS", "get_maven_depend
android_sdk_repository(
name = "androidsdk",
api_level = 28,
build_tools_version = "29.0.2",
)

# Add support for JVM rules: https://github.com/bazelbuild/rules_jvm_external
Expand Down

0 comments on commit 3d98349

Please sign in to comment.