Skip to content

Commit

Permalink
update lint baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameri11 committed Dec 5, 2023
1 parent 75feb38 commit 5ea209e
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions app/config/androidLint/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.1.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0)" variant="all" version="8.1.0">
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">

<issue
id="UnusedAttribute"
Expand Down Expand Up @@ -56,6 +56,28 @@
column="26"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of com.google.gms.google-services than 4.3.15 is available: 4.4.0"
errorLine1="google-services = &quot;4.3.15&quot;"
errorLine2=" ~~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="4"
column="19"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of com.google.firebase.crashlytics than 2.9.2 is available: 2.9.9"
errorLine1="crashlytics = &quot;2.9.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="5"
column="15"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.core:core-ktx than 1.10.1 is available: 1.12.0"
Expand All @@ -74,7 +96,7 @@
errorLine2=" ~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="21"
line="19"
column="12"/>
</issue>

Expand Down Expand Up @@ -1325,6 +1347,28 @@
file="src/main/res/drawable-xxhdpi"/>
</issue>

<issue
id="UseTomlInstead"
message="Use version catalog instead"
errorLine1=" releaseImplementation &apos;com.google.firebase:firebase-analytics-ktx&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="160"
column="27"/>
</issue>

<issue
id="UseTomlInstead"
message="Use version catalog instead"
errorLine1=" releaseImplementation &apos;com.google.firebase:firebase-crashlytics-ndk&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="161"
column="27"/>
</issue>

<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
Expand Down

0 comments on commit 5ea209e

Please sign in to comment.