Releases: bazelbuild/tools_android
Releases · bazelbuild/tools_android
0.3.2
0.3.1
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
0.2
This is the final release to support WORKSPACE. Future releases will support only BzlMod
What's Changed
- Add Firebase Crashlytics support by @jin in #2
- Create CODEOWNERS by @dslomov in #1
- Unify readme snippet string formatting. by @arturdryomov in #3
- Add custom_package to android_library generated by crashlytics_android_library by @kitterion in #6
- Use replace maven_jar with jvm_maven_import_external by @ahumesky in #7
- Add name to Crashlytics properties file by @pswaminathan in #8
- Specify more exact
assets_dirby @lukaciko in #9 - Use recognizeable string
idby @snazhmudinov in #10 - Add keep file for build ID by @pswaminathan in #13
- Remove hyphens from UUID to satisfy mapping file ID requirements by @pswaminathan in #14
New Contributors
- @jin made their first contribution in #2
- @dslomov made their first contribution in #1
- @arturdryomov made their first contribution in #3
- @kitterion made their first contribution in #6
- @ahumesky made their first contribution in #7
- @pswaminathan made their first contribution in #8
- @lukaciko made their first contribution in #9
- @snazhmudinov made their first contribution in #10
Full Changelog: 0.1...0.2
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()