blob: 65d2e868f0b9adb8b2f1fed61191815339d8b32f [file] [log] [blame]
<?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="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/activity_main.xml"
line="2"
column="1"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;MainFragment&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;MainFragment&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_main.xml"
line="14"
column="9"/>
</issue>
</issues>