| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- This file should not be edited manually! See go/template-diff-tests --> |
| <issues format="6" by="lint %AGP_VERSION_PLACEHOLDER%" type="baseline" client="gradle" dependencies="false" name="AGP (%AGP_VERSION_PLACEHOLDER%)" variant="all" version="%AGP_VERSION_PLACEHOLDER%"> |
| |
| <issue |
| id="OldTargetApi" |
| message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details." |
| errorLine1=" targetSdk 35" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="build.gradle" |
| line="14" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnusedAttribute" |
| message="Attribute `previewLayout` is only used in API level 31 and higher (current min is 23)" |
| errorLine1=" android:previewLayout="@layout/new_app_widget"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/xml/new_app_widget_info.xml" |
| line="9" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="UnusedAttribute" |
| message="Attribute `targetCellWidth` is only used in API level 31 and higher (current min is 23)" |
| errorLine1=" android:targetCellWidth="1"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/xml/new_app_widget_info.xml" |
| line="11" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="UnusedAttribute" |
| message="Attribute `targetCellHeight` is only used in API level 31 and higher (current min is 23)" |
| errorLine1=" android:targetCellHeight="1"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/xml/new_app_widget_info.xml" |
| line="12" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 23. Merge all the resources in this folder into `drawable`."> |
| <location |
| file="src/main/res/drawable-v21"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 23. Merge all the resources in this folder into `values`."> |
| <location |
| file="src/main/res/values-v21"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.light_blue_50` appears to be unused" |
| errorLine1=" <color name="light_blue_50">#FFE1F5FE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="10" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.light_blue_200` appears to be unused" |
| errorLine1=" <color name="light_blue_200">#FF81D4FA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="11" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.light_blue_600` appears to be unused" |
| errorLine1=" <color name="light_blue_600">#FF039BE5</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="12" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.light_blue_900` appears to be unused" |
| errorLine1=" <color name="light_blue_900">#FF01579B</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="13" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.widget_margin` appears to be unused" |
| errorLine1=" <dimen name="widget_margin">0dp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="8" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.string.add_widget` appears to be unused" |
| errorLine1=" <string name="add_widget">Add widget</string>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="4" |
| column="13"/> |
| </issue> |
| |
| </issues> |