You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
524 B
12 lines
524 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- Setupdesign lib prefixes styleable resources -->
|
|
<issue id="CustomViewStyleable" severity="ignore" />
|
|
<issue id="ExtraTranslation" severity="ignore" />
|
|
<issue id="GradleDependency" severity="ignore" />
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<!-- Stop lint from complaining about SDK version checks in the "platform" variant -->
|
|
<issue id="ObsoleteSdkInt" severity="ignore" />
|
|
<issue id="RtlEnabled" severity="ignore" />
|
|
</lint>
|