chore: refresh Lint baseline with AGP 8.1.0-beta02
This commit is contained in:
parent
29ca93854a
commit
76efe73e28
1 changed files with 45 additions and 12 deletions
|
@ -1,16 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.0.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0)" variant="all" version="8.0.0">
|
||||
|
||||
<issue
|
||||
id="UnknownIssueId"
|
||||
message="Unknown issue id "ReportShortcutUsage""
|
||||
errorLine1=" <issue id="ReportShortcutUsage" severity="ignore" />"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="lint.xml"
|
||||
line="44"
|
||||
column="3"/>
|
||||
</issue>
|
||||
<issues format="6" by="lint 8.1.0-beta02" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta02)" variant="all" version="8.1.0-beta02">
|
||||
|
||||
<issue
|
||||
id="StopShip"
|
||||
|
@ -37,6 +26,50 @@
|
|||
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk15to18/1.73/7673fe0f3510e88232c4bd98d027e9e0a3d0af6d/bcpkix-jdk15to18-1.73.jar"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
||||
errorLine1=" <plurals name="delete_title">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-it/strings.xml"
|
||||
line="7"
|
||||
column="3"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
||||
errorLine1=" <plurals name="delete_title">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-pt-rBR/strings.xml"
|
||||
line="7"
|
||||
column="3"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
||||
errorLine1=" <plurals name="delete_dialog_text">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-it/strings.xml"
|
||||
line="21"
|
||||
column="3"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
||||
errorLine1=" <plurals name="delete_dialog_text">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-pt-rBR/strings.xml"
|
||||
line="21"
|
||||
column="3"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="ConvertToWebp"
|
||||
message="One or more images in this project can be converted to the WebP format which typically results in smaller file sizes, even for lossless conversion">
|
||||
|
|
Loading…
Reference in a new issue