Skip to content

Releases: bazelbuild/tools_android

0.1

03 Aug 22:26
Compare
Choose a tag to compare

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()