Skip to content

Bump rules_android from 0.6.4 to 0.7.1 - #21443

Merged
redsun82 merged 1 commit into
mainfrom
dependabot/bazel/rules_android-0.7.1
Mar 10, 2026
Merged

Bump rules_android from 0.6.4 to 0.7.1#21443
redsun82 merged 1 commit into
mainfrom
dependabot/bazel/rules_android-0.7.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 10, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_android from 0.6.4 to 0.7.1.

Release notes

Sourced from rules_android's releases.

v0.7.1

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.1")
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="7c45b6aaa837fb6f2f23ad11387638cb00fa9f839a04ec564caac70a543a9cd5",
strip_prefix="rules_android-0.7.1",
url="https://github.com/bazelbuild/rules_android/releases/download/v0.7.1/rules_android-v0.7.1.tar.gz",
)
Androidrulesdependenciesload("@​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_javasetupforrules_androidload("@​rules_java//java:rules_java_deps.bzl", "rules_java_dependencies")
rules_java_dependencies()
notethatthefollowinglineiswhatisminimallyrequiredfromprotobufforthejavarulesconsiderusingtheprotobuf_deps() publicAPIfrom @​com_google_protobuf//:protobuf_deps.bzlload("@​com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility</tr></table>

... (truncated)

Commits
  • 880cd0e Prepare for 0.7.1
  • 94ec6a9 Merge #444 by ted-xie: Upgrade protobuf to v33.4
  • 8761c44 Mobile Install: Do not make applications debuggable if "-c opt" is used.
  • 063b244 Create and wire up ACL to drop mutltidex related attributes on android_binary.
  • 028060b Merge #442 by meteorcloudy: Update platform for macOS to apple silicon
  • 95cc13e Merge #439 by ahumesky: Update MODULE.bazel for 0.7.0 release
  • 9125023 Merge #424 by agluszak: Update Bazel dependencies and load rules for bazel 9 ...
  • 3cbc4e5 Handle None value in generate_art_profile
  • 81bf24b Treat wear sdk as bootclasspath.
  • e76e125 Handle selects in explicit profile output.
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_android](https://github.com/bazelbuild/rules_android) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/bazelbuild/rules_android/releases)
- [Commits](bazelbuild/rules_android@v0.6.4...v0.7.1)
---
updated-dependencies:
- dependency-name: rules_android
dependency-version: 0.7.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 10, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerMarch 10, 2026 11:21
@dependabotdependabotBot added the bazel Pull requests that update bazel code label Mar 10, 2026
@redsun82
redsun82 merged commit 3c3c58b into mainMar 10, 2026
26 checks passed
@redsun82
redsun82 deleted the dependabot/bazel/rules_android-0.7.1 branch March 10, 2026 15:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazelPull requests that update bazel codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@redsun82