Skip to content

Commit

Permalink
[deps] Update rules_android to a stable release URL (#2032)
Browse files Browse the repository at this point in the history
Previous URL started returning a zip archive with a different checksum:
bazelbuild/rules_android#43

Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
jpsim committed Nov 28, 2022
1 parent 12923e7 commit 7f8c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def kotlin_repos():
def android_repos():
http_archive(
name = "build_bazel_rules_android",
urls = ["https://github.com/bazelbuild/rules_android/archive/v0.1.1.zip"],
urls = ["https://github.com/bazelbuild/rules_android/archive/refs/tags/v0.1.1.zip"],
sha256 = "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806",
strip_prefix = "rules_android-0.1.1",
)
Expand Down

0 comments on commit 7f8c291

Please sign in to comment.