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

excludeFilePatterns not match files in library module #59

Closed wada811 closed 2 years ago

wada811 commented 2 years ago

As Is

excludeFilePatterns match files only in the application module

To Be

excludeFilePatterns match files in the application and library module

Reproduction

Sorry, in preparation.

wada811 commented 2 years ago

Sorry, the configuration was not reflected. This issue is my misunderstanding. 🙇