| <?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="16" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="RedundantLabel" |
| message="Redundant label can be removed" |
| errorLine1=" android:label="@string/app_name"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="17" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.purple_200` appears to be unused" |
| errorLine1=" <color name="purple_200">#FFBB86FC</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="3" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.purple_500` appears to be unused" |
| errorLine1=" <color name="purple_500">#FF6200EE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="4" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.purple_700` appears to be unused" |
| errorLine1=" <color name="purple_700">#FF3700B3</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="5" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.teal_200` appears to be unused" |
| errorLine1=" <color name="teal_200">#FF03DAC5</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="6" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.teal_700` appears to be unused" |
| errorLine1=" <color name="teal_700">#FF018786</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="7" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.black` appears to be unused" |
| errorLine1=" <color name="black">#FF000000</color>" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="8" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.white` appears to be unused" |
| errorLine1=" <color name="white">#FFFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="9" |
| column="12"/> |
| </issue> |
| |
| </issues> |