Skip to content

Commit

Permalink
Upgrade rules_android to fix CI
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686184427
  • Loading branch information
mai93 authored and copybara-github committed Oct 15, 2024
1 parent ac8d6be commit bb5eda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,11 @@ rules_proto_setup()
load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
rules_proto_toolchains()

RULES_ANDROID_COMMIT = "57bed3f556c698b0a0e692f729ed7edfd804db98"
RULES_ANDROID_COMMIT = "bcc793e35addb916dd4ac1b858dd9f765083dbe7"

http_archive(
name = "rules_android",
sha256 = "e1ee3cd26581bd563f8087a9d325b97f130ab26cd5dede7139340603a93223d5",
sha256 = "8fad8a90bcc7926f1c1a65284ced2d99503d2574948f265bc4f7d5f8225a6d1b",
strip_prefix = "rules_android-" + RULES_ANDROID_COMMIT,
urls = ["https://github.com/bazelbuild/rules_android/archive/%s.zip" % RULES_ANDROID_COMMIT],
)
Expand Down

0 comments on commit bb5eda7

Please sign in to comment.