Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Oct 21, 2023
1 parent d838090 commit bb6c206
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bazel_dep(name = "rules_jvm_external", version = "5.3")
bazel_dep(name = "rules_kotlin", version = "1.9.0")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "platforms", version = "0.0.8")

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)

Expand Down
7 changes: 5 additions & 2 deletions examples/simple-android/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ module(
)

bazel_dep(name = "rules_android_lint")
local_path_override(module_name = "rules_android_lint", path = "../../")
local_path_override(
module_name = "rules_android_lint",
path = "../../",
)

bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_android", version = "0.1.1")
bazel_dep(name = "rules_jvm_external", version = "5.3")

remote_android_extensions = use_extension("@bazel_tools//tools/android:android_extensions.bzl", "remote_android_tools_extensions")
use_repo(remote_android_extensions, "android_tools", "android_gmaven_r8")
use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")

0 comments on commit bb6c206

Please sign in to comment.