Skip to content

Commit

Permalink
Update module() to rules_android version 0.6.3 in preparation for new…
Browse files Browse the repository at this point in the history
… release.

PiperOrigin-RevId: 732189984
Change-Id: I895c99d669e5b78d10b0a0b52d3cafe0ee6aa683
  • Loading branch information
ahumesky authored and copybara-github committed Feb 28, 2025
1 parent 1f21eb3 commit 59d7db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_android",
version = "0.6.2",
version = "0.6.3",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion examples/basicapp/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bazel_dep(name = "bazel_skylib", version = "1.3.0")

bazel_dep(
name = "rules_android",
version = "0.6.2",
version = "0.6.3",
)

local_path_override(
Expand Down

0 comments on commit 59d7db6

Please sign in to comment.