blob: ed05d65aa5361790886eeb26169e92a6910f620d [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="15"
column="9"/>
</issue>
<issue
id="UseRequireInsteadOfGet"
message="Use requireActivity() instead of activity!!"
errorLine1=" interstitialAd?.show(activity!!)"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/template/test/in/AdMobFragment.kt"
line="127"
column="34"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.fragment_horizontal_margin` appears to be unused"
errorLine1=" &lt;dimen name=&quot;fragment_horizontal_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="3"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.fragment_vertical_margin` appears to be unused"
errorLine1=" &lt;dimen name=&quot;fragment_vertical_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="4"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.action_settings` appears to be unused"
errorLine1=" &lt;string name=&quot;action_settings&quot;>Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3"
column="13"/>
</issue>
</issues>