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 2e41d7d commit ad9ffbbCopy full SHA for ad9ffbb
mobile/bazel/envoy_mobile_repositories.bzl
@@ -97,9 +97,9 @@ def kotlin_repos():
97
def android_repos():
98
http_archive(
99
name = "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
)
104
105
name = "rules_android_ndk",
0 commit comments