scabbard icon indicating copy to clipboard operation
scabbard copied to clipboard

Make Gradle plugin Android Variant aware.

Open arunkumar9t2 opened this issue 4 years ago • 0 comments

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.

arunkumar9t2 avatar Jun 20 '20 10:06 arunkumar9t2