Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module(

bazel_dep(
name = "rules_android",
version = "0.1.1",
version = "0.5.1",
)
bazel_dep(
name = "bazel_features",
Expand Down Expand Up @@ -40,10 +40,6 @@ bazel_dep(
repo_name = "io_bazel_stardoc",
)

# Remove this once rules_android has rolled out official Bzlmod support
remote_android_extensions = use_extension("@bazel_tools//tools/android:android_extensions.bzl", "remote_android_tools_extensions")
use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure yet if we need to use_repo these still


maven = use_extension(":extensions.bzl", "maven")

_MAVEN_VERSION = "3.9.8"
Expand Down