mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-08-03 03:36:17 -04:00
chore: update lint baselines (#388)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 9.2.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.2.1)" variant="all" version="9.2.1">
|
||||
<issues format="6" by="lint 9.3.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.3.1)" variant="all" version="9.3.1">
|
||||
|
||||
<issue
|
||||
id="NotificationPermission"
|
||||
@@ -74,6 +74,17 @@
|
||||
column="91"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="GradleDependency"
|
||||
message="A newer version of androidx.constraintlayout:constraintlayout than 2.2.1 is available: 2.2.2"
|
||||
errorLine1="androidx-constraintlayout = "2.2.1""
|
||||
errorLine2=" ~~~~~~~">
|
||||
<location
|
||||
file="$HOME/work/Notes/Notes/gradle/libs.versions.toml"
|
||||
line="11"
|
||||
column="29"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="GradleDependency"
|
||||
message="A newer version of `app-build-compileSDKVersion` than 36 is available: 37"
|
||||
@@ -98,7 +109,7 @@
|
||||
|
||||
<issue
|
||||
id="NewerVersionAvailable"
|
||||
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.6.2"
|
||||
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.6.3"
|
||||
errorLine1="detektCompose = "0.4.28""
|
||||
errorLine2=" ~~~~~~~~">
|
||||
<location
|
||||
@@ -1445,28 +1456,6 @@
|
||||
column="33"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UseKtx"
|
||||
message="Use the KTX extension function `String.toUri` instead?"
|
||||
errorLine1=" data = Uri.parse(this.toUri(Intent.URI_INTENT_SCHEME))"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/notes/helpers/MyWidgetProvider.kt"
|
||||
line="47"
|
||||
column="28"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UseKtx"
|
||||
message="Use the KTX extension function `String.toUri` instead?"
|
||||
errorLine1=" data = Uri.parse(this.toUri(Intent.URI_INTENT_SCHEME))"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/notes/helpers/MyWidgetProvider.kt"
|
||||
line="47"
|
||||
column="28"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UseKtx"
|
||||
message="Use the KTX extension function `String.toUri` instead?"
|
||||
|
||||
Reference in New Issue
Block a user