This repository hosts tools for use with building Android apps with Bazel.
To use this with Bazel, add the following snippet to your MODULE.bazel file:
bazel_dep(name = "tools_android", version = "0.3.0") # Or latest version
Note: using WORKSPACE is deprecated. If you are still using WORKSPACE, the last released version to support WORKSPACE is version 0.2.0.
For an example of integrating with Firebase Cloud Messaging (FCM), see this example.
To integrate Crashlytics into your Android app, follow the instructions in the
README in the crashlytics
directory.