Skip to content

Commit

Permalink
Prepare for rules_android v0.6.1
Browse files Browse the repository at this point in the history
#329

PiperOrigin-RevId: 723612685
Change-Id: Id94ed76d0f824b3b2560af10a575b60ab2ebd8b3
  • Loading branch information
ted-xie authored and copybara-github committed Feb 5, 2025
1 parent c9de3dc commit eddddbb
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.0",
version = "0.6.1",
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.0",
version = "0.6.1",
)

local_path_override(
Expand Down

0 comments on commit eddddbb

Please sign in to comment.