1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0"> 3 4 <issue 5 id="NewApi" 6 message="`<vector>` requires API level 21 (current min is 14) or building with Android Gradle plugin 1.4 or higher" 7 errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" 8 errorLine2=" ~~~~~~"> 9 <location 10 file="frameworks/opt/setupwizard/library/gingerbread/res/drawable/suw_ic_expand_less.xml" 11 line="18" 12 column="2"/> 13 </issue> 14 15 <issue 16 id="NewApi" 17 message="`<vector>` requires API level 21 (current min is 14) or building with Android Gradle plugin 1.4 or higher" 18 errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" 19 errorLine2=" ~~~~~~"> 20 <location 21 file="frameworks/opt/setupwizard/library/gingerbread/res/drawable/suw_ic_expand_more.xml" 22 line="18" 23 column="2"/> 24 </issue> 25 26 <issue 27 id="NewApi" 28 message="Attribute `paddingStart` referenced here can result in a crash on some specific devices older than API 17 (current min is 14)" 29 errorLine1=" android:paddingStart="?attr/listPreferredItemPaddingLeft">" 30 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 31 <location 32 file="frameworks/opt/setupwizard/library/gingerbread/res/layout/suw_items_expandable_switch.xml" 33 line="38" 34 column="9"/> 35 </issue> 36 37</issues> 38