We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8812e0b commit 3abce18Copy full SHA for 3abce18
app/lint-baseline.xml
@@ -56,6 +56,17 @@
56
column="21"/>
57
</issue>
58
59
+ <issue
60
+ id="NewerVersionAvailable"
61
+ message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.1"
62
+ errorLine1="detektCompose = "0.4.28""
63
+ errorLine2=" ~~~~~~~~">
64
+ <location
65
+ file="$HOME/work/File-Manager/File-Manager/gradle/libs.versions.toml"
66
+ line="6"
67
+ column="17"/>
68
+ </issue>
69
+
70
<issue
71
id="UseCompatLoadingForDrawables"
72
message="Use `ResourcesCompat.getDrawable()`"
0 commit comments