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

Some strings on strings.xml file are modified

Open maxirosson opened this issue 6 years ago • 0 comments

Description

When executing the task to remove unused resources, some strings on strings.xml file are modified

Example 1:

Before

<string name="key">sample text&#160;</string>

After

<string name="key">sample text </string>

Example 2:

Before

<string name="empty_string"></string>

After

<string name="empty_string" />

maxirosson avatar Oct 12 '18 21:10 maxirosson