We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f235954 commit f93c3e1Copy full SHA for f93c3e1
src/main/starlark/core/repositories/versions.bzl
@@ -36,7 +36,7 @@ versions = struct(
36
VERSION = "0.1.1",
37
SHA = "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806",
38
URLS = ["https://github.com/bazelbuild/rules_android/archive/v%s.zip" % "0.1.1"],
39
- BUILD_TOOLS = "30.0.3",
+ BUILD_TOOLS = "30.0.2",
40
),
41
PYTHON = struct(
42
VERSION = "0.2.0",
0 commit comments