Skip to content

Commit 01cf74b

Browse files
committed
mobile/deps: Bump rules_android -> 0.6.0
Signed-off-by: Ryan Northey <[email protected]>
1 parent d1f6f3c commit 01cf74b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mobile/bazel/envoy_mobile_repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def kotlin_repos():
9797
def android_repos():
9898
http_archive(
9999
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",
100+
urls = ["https://github.com/bazelbuild/rules_android/archive/refs/tags/v0.6.0.zip"],
101+
sha256 = "691c90615ebf66aa474fdd5e17b92d54f62e5e3627f4eb224e9321cfcf5fe83f",
102+
strip_prefix = "rules_android-0.6.0",
103103
)

0 commit comments

Comments
 (0)