Files
Android/app/config/spotbugs/exclude.xml
2021-01-04 19:58:08 +01:00

11 lines
160 B
XML

<FindBugsFilter>
<Match>
<Class name="~.*R\$.*"/>
</Match>
<Match>
<Class name="~.*Manifest\$.*"/>
</Match>
</FindBugsFilter>