Skip to content

Releases: bazelbuild/tools_android

0.3.2

27 Oct 22:56
bcfda12

Choose a tag to compare

Update MODULE.bazel for latest release

0.3.1

27 Oct 22:15
5942ffe

Choose a tag to compare

What's Changed

  • Add Crashlytics suffix to keep filename to avoid clashes by @pswaminathan in #17
  • Change crashlytics keep file suffix to an underscore instead of a hyphen by @pswaminathan in #18

Full Changelog: 0.3...0.3.1

0.3

14 Apr 17:06
7c8882b

Choose a tag to compare

0.3

What's Changed

Full Changelog: 0.2...0.3

0.2

11 Mar 21:01
7221848

Choose a tag to compare

0.2

This is the final release to support WORKSPACE. Future releases will support only BzlMod

What's Changed

New Contributors

Full Changelog: 0.1...0.2

0.1

03 Aug 22:26

Choose a tag to compare

0.1

Initial release of tools_android.

  • Tools and macro for generating Android resources XML from google-services.json for Google Services.

To use this release, add this to your WORKSPACE file:

TOOLS_ANDROID_VERSION = "0.1"
http_archive(
  name = "tools_android",
  strip_prefix = "tools_android-" + TOOLS_ANDROID_VERSION,
  url = "https://github.com/bazelbuild/tools_android/archive/%s.tar.gz" % TOOLS_ANDROID_VERSION,
)
load("@tools_android//tools/googleservices:defs.bzl", "google_services_workspace_dependencies")
google_services_workspace_dependencies()