We get next lint error after integrated Gander in debug app:
/Users/android_runner_1/.gradle/caches/transforms-2/files-2.1/5890ee85d59f6c9ade9e3338fa7864d2/res/values/values.xml:39: Error: The resource R.font. appears to be unused [UnusedResources]
<string name="gander_search_request_hint"><font size="12">Search Request and Headers</font></string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I was trying to suppress it in our lint.xml but failed with all approaches I tried. Do you have a suggestion how to fix it?
Do you think it is lint bug?
Would you mind to add UnusedResource suppression to the library?
We get next lint error after integrated Gander in debug app:
I was trying to suppress it in our
lint.xmlbut failed with all approaches I tried. Do you have a suggestion how to fix it?Do you think it is lint bug?
Would you mind to add
UnusedResourcesuppression to the library?