Skip to content

Bump rules_android from 0.7.2 to 0.7.3 in the dependencies group#451

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bazel/dependencies-cecccf0425
Closed

Bump rules_android from 0.7.2 to 0.7.3 in the dependencies group#451
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bazel/dependencies-cecccf0425

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 1 update: rules_android.

Updates rules_android from 0.7.2 to 0.7.3

Release notes

Sourced from rules_android's releases.

v0.7.3

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
# See examples/basicapp/MODULE.bazel.
bazel_dep(name = "rules_android", version = "0.7.3")
remote_android_extensions = use_extension(
    "@rules_android//bzlmod_extensions:android_extensions.bzl",
    "remote_android_tools_extensions")
use_repo(remote_android_extensions, "android_tools")
android_sdk_repository_extension = use_extension("@​rules_android//rules/android_sdk_repository:rule.bzl", "android_sdk_repository_extension")
use_repo(android_sdk_repository_extension, "androidsdk")
register_toolchains("@androidsdk//:sdk-toolchain", "@androidsdk//:all")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_android",
    sha256 = "c4cd258d3761eff08ee044c0252179bb6ee8af8ab24f7dafb73b280eeda98243",
    strip_prefix = "rules_android-0.7.3",
    url = "https://github.com/bazelbuild/rules_android/releases/download/v0.7.3/rules_android-v0.7.3.tar.gz",
)
Android rules dependencies
load("@​rules_android//:prereqs.bzl", "rules_android_prereqs")
rules_android_prereqs()
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
rules_java setup for rules_android
load("@​rules_java//java:rules_java_deps.bzl", "rules_java_dependencies")
rules_java_dependencies()
note that the following line is what is minimally required from protobuf for the java rules
consider using the protobuf_deps() public API from @​com_google_protobuf//:protobuf_deps.bzl
load("@​com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features")  # buildifier: disable=bzl-visibility
</tr></table>

... (truncated)

Commits
  • dbd040a Merge #509 by IndiTheo: Bumped R8 version
  • 351d86c Prepare for v0.7.3
  • 9844164 Merge #517 by 06393993: android_application: add executable bits for some she...
  • f1a7d5d Add a TODO referencing b/519583193
  • 99be45d Internal change
  • 80722e6 Merge #513 by ted-xie: Stop using protobuf from maven
  • 6ebe3cf Document "feature_flags" argument.
  • 24a8926 Disable duplicate asset checks for Robolectric tests
  • 2ebe6b4 Internal change
  • 6fdd21a Allow customizing zipalign alignment in mobile-install.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [rules_android](https://github.com/bazelbuild/rules_android).


Updates `rules_android` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/bazelbuild/rules_android/releases)
- [Commits](bazelbuild/rules_android@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: rules_android
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jun 9, 2026
@cpovirk cpovirk self-assigned this Jun 9, 2026
@copybara-service copybara-service Bot closed this in 498d7b3 Jun 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/bazel/dependencies-cecccf0425 branch June 9, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant