xref: /aosp_15_r20/external/robolectric/testapp/lint-baseline.xml (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)
1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
3
4    <issue
5        id="NewApi"
6        message="`&lt;vector&gt;` requires API level 21 (current min is 16) or building with Android Gradle plugin 1.4.0 or higher"
7        errorLine1='&lt;vector xmlns:android="http://schemas.android.com/apk/res/android"'
8        errorLine2=" ~~~~~~">
9        <location
10            file="external/robolectric/testapp/src/main/res/drawable-anydpi/an_image_or_vector.xml"
11            line="2"
12            column="2"/>
13    </issue>
14
15    <issue
16        id="NewApi"
17        message="`&lt;vector&gt;` requires API level 21 (current min is 16) or building with Android Gradle plugin 1.4.0 or higher"
18        errorLine1='&lt;vector xmlns:android="http://schemas.android.com/apk/res/android"'
19        errorLine2=" ~~~~~~">
20        <location
21            file="external/robolectric/testapp/src/main/res/drawable/vector.xml"
22            line="1"
23            column="2"/>
24    </issue>
25
26</issues>