Bazel Maven Repository Rules v1.0.1
A small release including:
- Basic jetifier support
- pulls jetifier 1.0.0-beta08
- Runs jetifier on maven-fetched jars (if they're not excluded).
- Configurable with an exclusions list (with globs) as well as an on/off switch.
- Stops using aar_import, instead exploding the .aar and using a proper android_library rule.
- Fixes issues with R classes not propagating in some cases, and is a net performance gain.