Skip to content

Commit

Permalink
Bump Android Build Tools to 29.0.2 in WORKSPACE (android#304)
Browse files Browse the repository at this point in the history
Bazel's CI has upgraded from 28.0.2 to 29.0.2 on the worker machines some time ago and this is causing the tests to fail.
  • Loading branch information
philwo authored and jin committed Jan 22, 2020
1 parent f3f00fc commit f08dda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:jvm.bzl", "jvm_maven_import_external")
android_sdk_repository(
name = "androidsdk",
api_level = 28,
build_tools_version = "28.0.2",
build_tools_version = "29.0.2",
# path = "/path/to/sdk",
)

Expand Down

0 comments on commit f08dda5

Please sign in to comment.