Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@
column="13"/>
</issue>

<issue
id="NewerVersionAvailable"
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.1"
errorLine1="detektCompose = &quot;0.4.28&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/work/Notes/Notes/gradle/libs.versions.toml"
line="9"
column="17"/>
</issue>

<issue
id="RestrictedApi"
message="Fragment.isMenuVisible can only be called from within the same library group prefix (referenced groupId=`androidx.fragment` with prefix androidx from groupId=`Notes`)"
Expand Down
Loading