{"id":83998,"name":"rules_android","ecosystem":"bazel","repository_url":"https://github.com/bazelbuild/rules_android","issues_count":1,"created_at":"2026-02-07T15:01:15.333Z","updated_at":"2026-02-07T15:01:15.333Z","purl":"pkg:bazel/rules_android","metadata":{"id":12706936,"name":"rules_android","ecosystem":"bazel","description":null,"homepage":"https://github.com/bazelbuild/rules_android","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/bazelbuild/rules_android","keywords_array":[],"namespace":null,"versions_count":13,"first_release_published_at":"2026-01-23T13:46:21.745Z","latest_release_published_at":"2026-01-23T13:46:21.745Z","latest_release_number":"0.7.1","last_synced_at":"2026-01-30T06:01:43.752Z","created_at":"2026-01-23T13:46:19.880Z","updated_at":"2026-01-30T06:01:43.752Z","registry_url":"https://registry.bazel.build/modules/rules_android","install_command":"bazel_dep(name = \"rules_android\")","documentation_url":"https://registry.bazel.build/docs/rules_android","metadata":{"maintainers":[{"email":"tedx@google.com","github":"ted-xie","name":"Ted Xie","github_user_id":4371677},{"email":"ahumesky@google.com","github":"ahumesky","name":"Alex Humesky","github_user_id":8110723}],"yanked_versions":{"0.5.0":"Bug in compatibility_level made v0.5.0 incompatible with rules_jvm_external.","0.6.0-alpha1":"Patch of a file with no newline before EOF not compatible with bzlmod."},"deprecated":null,"repository":["github:bazelbuild/rules_android"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:bazel/rules_android","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/bazel/rules_android","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/bazel/rules_android","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/bazel/rules_android/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/rules_android/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/rules_android/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/rules_android/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/rules_android/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/rules_android/codemeta","maintainers":[],"registry":{"name":"registry.bazel.build","url":"https://registry.bazel.build","ecosystem":"bazel","default":true,"packages_count":969,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"bazelbuild","metadata":{"funded_packages_count":0},"icon_url":"https://github.com/bazelbuild.png","created_at":"2026-01-23T13:05:25.896Z","updated_at":"2026-02-07T05:08:25.696Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/namespaces"}},"unique_repositories_count":1,"unique_repositories_count_past_30_days":1,"recent_issues":[{"uuid":"3879204577","node_id":"PR_kwDOD6BOGc7AkZ69","number":3775,"state":"open","title":"Bump rules_android from 0.6.0 to 0.7.1","user":"dependabot[bot]","labels":["dependencies","bazel"],"assignees":[],"locked":false,"comments_count":14,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-31T13:33:16.000Z","updated_at":"2026-03-05T17:00:23.924Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"rules_android","old_version":"0.6.0","new_version":"0.7.1","repository_url":"https://github.com/bazelbuild/rules_android"}],"path":null,"ecosystem":"bazel"},"body":"Bumps [rules_android](https://github.com/bazelbuild/rules_android) from 0.6.0 to 0.7.1.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bazelbuild/rules_android/releases\"\u003erules_android's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.7.1\u003c/h2\u003e\n\u003ch2\u003eUsing Bzlmod with Bazel 6 or greater\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003e(Bazel 6 only) Enable with \u003ccode\u003ecommon --enable_bzlmod\u003c/code\u003e in \u003ccode\u003e.bazelrc\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eAdd to your \u003ccode\u003eMODULE.bazel\u003c/code\u003e file:\u003c/li\u003e\n\u003c/ol\u003e\n\u003cpre lang=\"starlark\"\u003e\u003ccode\u003e# See examples/basicapp/MODULE.bazel.\nbazel_dep(name = \u0026quot;rules_android\u0026quot;, version = \u0026quot;0.7.1\u0026quot;)\nremote_android_extensions = use_extension(\n    \u0026quot;@rules_android//bzlmod_extensions:android_extensions.bzl\u0026quot;,\n    \u0026quot;remote_android_tools_extensions\u0026quot;)\nuse_repo(remote_android_extensions, \u0026quot;android_tools\u0026quot;)\n\u003cp\u003eandroid_sdk_repository_extension = use_extension(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_android//rules/android_sdk_repository:rule.bzl\u0026quot;, \u0026quot;android_sdk_repository_extension\u0026quot;)\u003cbr /\u003e\nuse_repo(android_sdk_repository_extension, \u0026quot;androidsdk\u0026quot;)\u003c/p\u003e\n\u003cp\u003eregister_toolchains(\u0026quot;@androidsdk//:sdk-toolchain\u0026quot;, \u0026quot;@androidsdk//:all\u0026quot;)\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003ch2\u003eUsing WORKSPACE\u003c/h2\u003e\n\u003cp\u003ePaste this snippet into your \u003ccode\u003eWORKSPACE.bazel\u003c/code\u003e file:\u003c/p\u003e\n\u003cpre lang=\"starlark\"\u003e\u003ccode\u003eload(\u0026quot;@bazel_tools//tools/build_defs/repo:http.bzl\u0026quot;, \u0026quot;http_archive\u0026quot;)\nhttp_archive(\n    name = \u0026quot;rules_android\u0026quot;,\n    sha256 = \u0026quot;7c45b6aaa837fb6f2f23ad11387638cb00fa9f839a04ec564caac70a543a9cd5\u0026quot;,\n    strip_prefix = \u0026quot;rules_android-0.7.1\u0026quot;,\n    url = \u0026quot;https://github.com/bazelbuild/rules_android/releases/download/v0.7.1/rules_android-v0.7.1.tar.gz\u0026quot;,\n)\n\u003ch1\u003eAndroid rules dependencies\u003c/h1\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_android//:prereqs.bzl\u0026quot;, \u0026quot;rules_android_prereqs\u0026quot;)\u003cbr /\u003e\nrules_android_prereqs()\u003c/p\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/bazel\"\u003e\u003ccode\u003e@​bazel\u003c/code\u003e\u003c/a\u003e_features//:deps.bzl\u0026quot;, \u0026quot;bazel_features_deps\u0026quot;)\u003cbr /\u003e\nbazel_features_deps()\u003c/p\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_cc//cc:extensions.bzl\u0026quot;, \u0026quot;compatibility_proxy_repo\u0026quot;)\u003cbr /\u003e\ncompatibility_proxy_repo()\u003c/p\u003e\n\u003ch5\u003erules_java setup for rules_android\u003c/h5\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_java//java:rules_java_deps.bzl\u0026quot;, \u0026quot;rules_java_dependencies\u0026quot;)\u003cbr /\u003e\nrules_java_dependencies()\u003c/p\u003e\n\u003ch1\u003enote that the following line is what is minimally required from protobuf for the java rules\u003c/h1\u003e\n\u003ch1\u003econsider using the protobuf_deps() public API from \u003ca href=\"https://github.com/com\"\u003e\u003ccode\u003e@​com\u003c/code\u003e\u003c/a\u003e_google_protobuf//:protobuf_deps.bzl\u003c/h1\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/com\"\u003e\u003ccode\u003e@​com\u003c/code\u003e\u003c/a\u003e_google_protobuf//bazel/private:proto_bazel_features.bzl\u0026quot;, \u0026quot;proto_bazel_features\u0026quot;)  # buildifier: disable=bzl-visibility\u003cbr /\u003e\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt;\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/880cd0e130e0f1e598c2ad7b0695070c0b34d946\"\u003e\u003ccode\u003e880cd0e\u003c/code\u003e\u003c/a\u003e Prepare for 0.7.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/94ec6a92f3b41bae21733075c8fd3b4b63621a03\"\u003e\u003ccode\u003e94ec6a9\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/444\"\u003e#444\u003c/a\u003e by ted-xie: Upgrade protobuf to v33.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/8761c446a41daf9580e1da30ce4a3c05bf1be228\"\u003e\u003ccode\u003e8761c44\u003c/code\u003e\u003c/a\u003e Mobile Install: Do not make applications debuggable if \u0026quot;-c opt\u0026quot; is used.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/063b244ede25306308b9f18b5e705e6ff6f2a6d9\"\u003e\u003ccode\u003e063b244\u003c/code\u003e\u003c/a\u003e Create and wire up ACL to drop mutltidex related attributes on android_binary.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/028060b1e16607ca83bab1caff05a302cac2ef35\"\u003e\u003ccode\u003e028060b\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/442\"\u003e#442\u003c/a\u003e by meteorcloudy: Update platform for macOS to apple silicon\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/95cc13e138ed5fc8c80cbfa29f25df7b34e0e43b\"\u003e\u003ccode\u003e95cc13e\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/439\"\u003e#439\u003c/a\u003e by ahumesky: Update MODULE.bazel for 0.7.0 release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/9125023542a63f1f894b6c05d1db45fed2723837\"\u003e\u003ccode\u003e9125023\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/424\"\u003e#424\u003c/a\u003e by agluszak: Update Bazel dependencies and load rules for bazel 9 ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/3cbc4e55d3882c2a0a92b160ee133aa97d16926a\"\u003e\u003ccode\u003e3cbc4e5\u003c/code\u003e\u003c/a\u003e Handle \u003ccode\u003eNone\u003c/code\u003e value in generate_art_profile\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/81bf24b527ae8f5151d5f04bab30c760ca64e4d6\"\u003e\u003ccode\u003e81bf24b\u003c/code\u003e\u003c/a\u003e Treat wear sdk as bootclasspath.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/e76e125fa9587e4285eeb8368d255dfe22a026c9\"\u003e\u003ccode\u003ee76e125\u003c/code\u003e\u003c/a\u003e Handle selects in explicit profile output.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/bazelbuild/rules_android/compare/v0.6.0...v0.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rules_android\u0026package-manager=bazel\u0026previous-version=0.6.0\u0026new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/google/xls/pull/3775","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fxls/issues/3775","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3775/packages"}],"issue_packages":[{"old_version":"0.6.0","new_version":"0.7.1","update_type":"minor","path":null,"pr_created_at":"2026-01-31T13:33:16.000Z","version_change":"0.6.0 → 0.7.1","issue":{"uuid":"3879204577","node_id":"PR_kwDOD6BOGc7AkZ69","number":3775,"state":"open","title":"Bump rules_android from 0.6.0 to 0.7.1","user":"dependabot[bot]","labels":["dependencies","bazel"],"assignees":[],"locked":false,"comments_count":14,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-31T13:33:16.000Z","updated_at":"2026-03-05T17:00:23.924Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"rules_android","old_version":"0.6.0","new_version":"0.7.1","repository_url":"https://github.com/bazelbuild/rules_android"}],"path":null,"ecosystem":"bazel"},"body":"Bumps [rules_android](https://github.com/bazelbuild/rules_android) from 0.6.0 to 0.7.1.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bazelbuild/rules_android/releases\"\u003erules_android's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.7.1\u003c/h2\u003e\n\u003ch2\u003eUsing Bzlmod with Bazel 6 or greater\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003e(Bazel 6 only) Enable with \u003ccode\u003ecommon --enable_bzlmod\u003c/code\u003e in \u003ccode\u003e.bazelrc\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eAdd to your \u003ccode\u003eMODULE.bazel\u003c/code\u003e file:\u003c/li\u003e\n\u003c/ol\u003e\n\u003cpre lang=\"starlark\"\u003e\u003ccode\u003e# See examples/basicapp/MODULE.bazel.\nbazel_dep(name = \u0026quot;rules_android\u0026quot;, version = \u0026quot;0.7.1\u0026quot;)\nremote_android_extensions = use_extension(\n    \u0026quot;@rules_android//bzlmod_extensions:android_extensions.bzl\u0026quot;,\n    \u0026quot;remote_android_tools_extensions\u0026quot;)\nuse_repo(remote_android_extensions, \u0026quot;android_tools\u0026quot;)\n\u003cp\u003eandroid_sdk_repository_extension = use_extension(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_android//rules/android_sdk_repository:rule.bzl\u0026quot;, \u0026quot;android_sdk_repository_extension\u0026quot;)\u003cbr /\u003e\nuse_repo(android_sdk_repository_extension, \u0026quot;androidsdk\u0026quot;)\u003c/p\u003e\n\u003cp\u003eregister_toolchains(\u0026quot;@androidsdk//:sdk-toolchain\u0026quot;, \u0026quot;@androidsdk//:all\u0026quot;)\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003ch2\u003eUsing WORKSPACE\u003c/h2\u003e\n\u003cp\u003ePaste this snippet into your \u003ccode\u003eWORKSPACE.bazel\u003c/code\u003e file:\u003c/p\u003e\n\u003cpre lang=\"starlark\"\u003e\u003ccode\u003eload(\u0026quot;@bazel_tools//tools/build_defs/repo:http.bzl\u0026quot;, \u0026quot;http_archive\u0026quot;)\nhttp_archive(\n    name = \u0026quot;rules_android\u0026quot;,\n    sha256 = \u0026quot;7c45b6aaa837fb6f2f23ad11387638cb00fa9f839a04ec564caac70a543a9cd5\u0026quot;,\n    strip_prefix = \u0026quot;rules_android-0.7.1\u0026quot;,\n    url = \u0026quot;https://github.com/bazelbuild/rules_android/releases/download/v0.7.1/rules_android-v0.7.1.tar.gz\u0026quot;,\n)\n\u003ch1\u003eAndroid rules dependencies\u003c/h1\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_android//:prereqs.bzl\u0026quot;, \u0026quot;rules_android_prereqs\u0026quot;)\u003cbr /\u003e\nrules_android_prereqs()\u003c/p\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/bazel\"\u003e\u003ccode\u003e@​bazel\u003c/code\u003e\u003c/a\u003e_features//:deps.bzl\u0026quot;, \u0026quot;bazel_features_deps\u0026quot;)\u003cbr /\u003e\nbazel_features_deps()\u003c/p\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_cc//cc:extensions.bzl\u0026quot;, \u0026quot;compatibility_proxy_repo\u0026quot;)\u003cbr /\u003e\ncompatibility_proxy_repo()\u003c/p\u003e\n\u003ch5\u003erules_java setup for rules_android\u003c/h5\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/rules\"\u003e\u003ccode\u003e@​rules\u003c/code\u003e\u003c/a\u003e_java//java:rules_java_deps.bzl\u0026quot;, \u0026quot;rules_java_dependencies\u0026quot;)\u003cbr /\u003e\nrules_java_dependencies()\u003c/p\u003e\n\u003ch1\u003enote that the following line is what is minimally required from protobuf for the java rules\u003c/h1\u003e\n\u003ch1\u003econsider using the protobuf_deps() public API from \u003ca href=\"https://github.com/com\"\u003e\u003ccode\u003e@​com\u003c/code\u003e\u003c/a\u003e_google_protobuf//:protobuf_deps.bzl\u003c/h1\u003e\n\u003cp\u003eload(\u0026quot;\u003ca href=\"https://github.com/com\"\u003e\u003ccode\u003e@​com\u003c/code\u003e\u003c/a\u003e_google_protobuf//bazel/private:proto_bazel_features.bzl\u0026quot;, \u0026quot;proto_bazel_features\u0026quot;)  # buildifier: disable=bzl-visibility\u003cbr /\u003e\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt;\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/880cd0e130e0f1e598c2ad7b0695070c0b34d946\"\u003e\u003ccode\u003e880cd0e\u003c/code\u003e\u003c/a\u003e Prepare for 0.7.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/94ec6a92f3b41bae21733075c8fd3b4b63621a03\"\u003e\u003ccode\u003e94ec6a9\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/444\"\u003e#444\u003c/a\u003e by ted-xie: Upgrade protobuf to v33.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/8761c446a41daf9580e1da30ce4a3c05bf1be228\"\u003e\u003ccode\u003e8761c44\u003c/code\u003e\u003c/a\u003e Mobile Install: Do not make applications debuggable if \u0026quot;-c opt\u0026quot; is used.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/063b244ede25306308b9f18b5e705e6ff6f2a6d9\"\u003e\u003ccode\u003e063b244\u003c/code\u003e\u003c/a\u003e Create and wire up ACL to drop mutltidex related attributes on android_binary.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/028060b1e16607ca83bab1caff05a302cac2ef35\"\u003e\u003ccode\u003e028060b\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/442\"\u003e#442\u003c/a\u003e by meteorcloudy: Update platform for macOS to apple silicon\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/95cc13e138ed5fc8c80cbfa29f25df7b34e0e43b\"\u003e\u003ccode\u003e95cc13e\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/439\"\u003e#439\u003c/a\u003e by ahumesky: Update MODULE.bazel for 0.7.0 release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/9125023542a63f1f894b6c05d1db45fed2723837\"\u003e\u003ccode\u003e9125023\u003c/code\u003e\u003c/a\u003e Merge \u003ca href=\"https://redirect.github.com/bazelbuild/rules_android/issues/424\"\u003e#424\u003c/a\u003e by agluszak: Update Bazel dependencies and load rules for bazel 9 ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/3cbc4e55d3882c2a0a92b160ee133aa97d16926a\"\u003e\u003ccode\u003e3cbc4e5\u003c/code\u003e\u003c/a\u003e Handle \u003ccode\u003eNone\u003c/code\u003e value in generate_art_profile\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/81bf24b527ae8f5151d5f04bab30c760ca64e4d6\"\u003e\u003ccode\u003e81bf24b\u003c/code\u003e\u003c/a\u003e Treat wear sdk as bootclasspath.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bazelbuild/rules_android/commit/e76e125fa9587e4285eeb8368d255dfe22a026c9\"\u003e\u003ccode\u003ee76e125\u003c/code\u003e\u003c/a\u003e Handle selects in explicit profile output.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/bazelbuild/rules_android/compare/v0.6.0...v0.7.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rules_android\u0026package-manager=bazel\u0026previous-version=0.6.0\u0026new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/google/xls/pull/3775","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fxls/issues/3775","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3775/packages"}}]}