Skip to content

Commit 880cd0e

Browse files
ted-xiecopybara-github
authored andcommitted
Prepare for 0.7.1
PiperOrigin-RevId: 856374555 Change-Id: I93ff7f22c7b37fd53a2f00c68f0ba1f2fbcc12d6
1 parent 94ec6a9 commit 880cd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7.0",
3+
version = "0.7.1",
44
compatibility_level = 1,
55
)
66

examples/basicapp/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bazel_dep(name = "rules_jvm_external", version = "6.7")
88

99
bazel_dep(
1010
name = "rules_android",
11-
version = "0.7.0",
11+
version = "0.7.1",
1212
)
1313

1414

0 commit comments

Comments
 (0)