gradle-unused-resources-remover-plugin icon indicating copy to clipboard operation
gradle-unused-resources-remover-plugin copied to clipboard

Gradle Plugin that removes unused resources in Android projects.

Results 18 gradle-unused-resources-remover-plugin issues
Sort by recently updated
recently updated
newest added

### Overview In files that are modified by this plugin, some lines are undesirably changed as well. In my project, the following string `© %1$d xxxxxx v%2$s%3$s` was replaced (not...

Like what we get from this : ![image](https://user-images.githubusercontent.com/5357526/137211051-bcd6b360-5e90-45f6-84b5-6cfa80a70237.png) Come to think of it, what are the advantages of using this plugin over this ?

# Overview I tried this in a project I work that has Epoxy, and I had problems because many layout files were removed even though they were apparently used by...

Hi, I would like to suggest to enhance the plugin to allow us to remove specified dependency (regardless of whether it is used or unused) . Cos currently gradle does...

D:\test>gradlew removeUnusedResources --stacktrace FAILURE: Build failed with an exception. * What went wrong: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper * Try: Run with --info or --debug option to get more log...

I setting same as instruction but can not run command. Here is the log. ``` > Configure project :app registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask...

### Description When executing the task to remove unused resources, some strings on strings.xml file are modified Example 1: Before sample text  After sample text  Example 2: Before After

# Overview I have used RN in project ,doesn't matter?

Related Issue: https://github.com/konifar/gradle-unused-resources-remover-plugin/issues/32 How about this solution?

Thank you for a great plugin! In some cases, I need to add a third party module. I would like to exclude these modules.