Skip to content

Commit 0e70238

Browse files
ted-xiecopybara-github
authored andcommitted
Prepare for v0.6.6
PiperOrigin-RevId: 792712421 Change-Id: I6f511d3d1f6288b80b411cd2dd713508aca710fd
1 parent f13c66b commit 0e70238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_android",
3-
version = "0.6.5",
3+
version = "0.6.6",
44
compatibility_level = 1,
55
)
66

examples/basicapp/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bazel_dep(name = "bazel_skylib", version = "1.3.0")
77

88
bazel_dep(
99
name = "rules_android",
10-
version = "0.6.5",
10+
version = "0.6.6",
1111
)
1212

1313

0 commit comments

Comments
 (0)