| <?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="15" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="FragmentTagUsage" |
| message="Replace the <fragment> tag with FragmentContainerView." |
| errorLine1=" <fragment" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/content_main.xml" |
| line="8" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="This folder configuration (`v23`) is unnecessary; `minSdkVersion` is 23. Merge all the resources in this folder into `values`."> |
| <location |
| file="src/main/res/values-v23"/> |
| </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="3" |
| 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="4" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <com.google.android.material.floatingactionbutton.FloatingActionButton" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_main.xml" |
| line="24" |
| column="6"/> |
| </issue> |
| |
| </issues> |