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.
rules_android
1 parent d1f6f3c commit 01cf74bCopy full SHA for 01cf74b
mobile/bazel/envoy_mobile_repositories.bzl
@@ -97,7 +97,7 @@ def kotlin_repos():
97
def android_repos():
98
http_archive(
99
name = "build_bazel_rules_android",
100
- urls = ["https://github.com/bazelbuild/rules_android/archive/refs/tags/v0.1.1.zip"],
101
- sha256 = "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806",
102
- strip_prefix = "rules_android-0.1.1",
+ urls = ["https://github.com/bazelbuild/rules_android/archive/refs/tags/v0.6.0.zip"],
+ sha256 = "691c90615ebf66aa474fdd5e17b92d54f62e5e3627f4eb224e9321cfcf5fe83f",
+ strip_prefix = "rules_android-0.6.0",
103
)
0 commit comments