scabbard
scabbard copied to clipboard
Make Gradle plugin Android Variant aware.
Currently the gradle plugin is not Android aware and adds processor to app level instead of variant level. Should consider making it such that it is variant aware and only adds scabbard to debug build types.
- [ ] Add dependency on AGP
- [ ] Change application logic to only consider
variant.buildType = 'debug
. - [ ] Consider providing a variantFilter DSL like Keeper does.