irgaly / android-remove-unused-resources-plugin

A gradle plugin to remove unused android resources by Android Lint results xml file.
https://plugins.gradle.org/plugin/io.github.irgaly.remove-unused-resources
Other
29 stars 1 forks source link

TODO: check if this plugin can be used with AGP 4. #9

Closed irgaly closed 2 years ago

irgaly commented 2 years ago

I'm writing this plugin with AGP 7.0.1. check if AGP 4 project can apply this plugin or not.

irgaly commented 2 years ago

if this plugin can't support AGP 4, then I want to support only AGP 7.1.0 and higher for documentation to be simple.

irgaly commented 2 years ago

I tried this plugin with AGP 4, and it works fine. But I want to support AGP 7.0.0 and higher only...