Skip to content

Commit

Permalink
Revert "Bump Android Build Tools to 29.0.2 in WORKSPACE (android#304)" (
Browse files Browse the repository at this point in the history
android#308)

Apparently this project is not compatible with the newer build tools,
as the pipeline has been red on Linux and Windows since the upgrade:

https://buildkite.com/bazel/android-testing/builds/642

This reverts commit f08dda5.
  • Loading branch information
philwo authored Feb 5, 2020
1 parent f08dda5 commit a2f1e85
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 = "29.0.2",
build_tools_version = "28.0.2",
# path = "/path/to/sdk",
)

Expand Down

0 comments on commit a2f1e85

Please sign in to comment.