Skip to content

Commit 26f05f0

Browse files
chore: update lint baselines (#319)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 6a7a53f commit 26f05f0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

app/lint-baseline.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@
107107
column="83"/>
108108
</issue>
109109

110+
<issue
111+
id="GradleDependency"
112+
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.10.0 is available: 2.11.0"
113+
errorLine1="androidx-ktx = &quot;2.10.0&quot;"
114+
errorLine2=" ~~~~~~~~">
115+
<location
116+
file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
117+
line="12"
118+
column="16"/>
119+
</issue>
120+
110121
<issue
111122
id="GradleDependency"
112123
message="A newer version of `app-build-compileSDKVersion` than 36 is available: 37"
@@ -131,7 +142,7 @@
131142

132143
<issue
133144
id="NewerVersionAvailable"
134-
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.9"
145+
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.6.2"
135146
errorLine1="detektCompose = &quot;0.4.28&quot;"
136147
errorLine2=" ~~~~~~~~">
137148
<location

0 commit comments

Comments
 (0)