Skip to content
Open
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
40 changes: 31 additions & 9 deletions app/lint-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 9.0.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.0.1)" variant="all" version="9.0.1">
<issues format="6" by="lint 9.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (9.2.0)" variant="all" version="9.2.0">

<issue
id="MissingPermission"
Expand Down Expand Up @@ -45,6 +45,17 @@
column="17"/>
</issue>

<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details."
errorLine1="app-build-targetSDK = &quot;36&quot;"
errorLine2=" ~~~~">
<location
file="$HOME/work/Phone/Phone/gradle/libs.versions.toml"
line="21"
column="23"/>
</issue>

<issue
id="CustomSplashScreen"
message="The application should not provide its own launch screen"
Expand All @@ -69,13 +80,24 @@

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 9.0.1 is available: 9.1.0"
errorLine1="gradlePlugins-agp = &quot;9.0.1&quot;"
errorLine2=" ~~~~~~~">
message="A newer version of Gradle than 9.4.1 is available: 9.5.0"
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/work/Phone/Phone/gradle/wrapper/gradle-wrapper.properties"
line="3"
column="17"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of `app-build-compileSDKVersion` than 36 is available: 37"
errorLine1="app-build-compileSDKVersion = &quot;36&quot;"
errorLine2=" ~~~~">
<location
file="$HOME/work/Phone/Phone/gradle/libs.versions.toml"
line="14"
column="21"/>
line="20"
column="31"/>
</issue>

<issue
Expand All @@ -102,7 +124,7 @@

<issue
id="NewerVersionAvailable"
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.6"
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.8"
errorLine1="detektCompose = &quot;0.4.28&quot;"
errorLine2=" ~~~~~~~~">
<location
Expand Down Expand Up @@ -1097,7 +1119,7 @@

<issue
id="PermissionImpliesUnsupportedChromeOsHardware"
message="Permission exists without corresponding hardware `&lt;uses-feature android:name=&quot;android.hardware.telephony&quot; required=&quot;false&quot;>` tag"
message="Permission exists without corresponding hardware `&lt;uses-feature android:name=&quot;android.hardware.telephony&quot; android:required=&quot;false&quot; />` tag"
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.CALL_PHONE&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
Expand All @@ -1108,7 +1130,7 @@

<issue
id="PermissionImpliesUnsupportedChromeOsHardware"
message="Permission exists without corresponding hardware `&lt;uses-feature android:name=&quot;android.hardware.telephony&quot; required=&quot;false&quot;>` tag"
message="Permission exists without corresponding hardware `&lt;uses-feature android:name=&quot;android.hardware.telephony&quot; android:required=&quot;false&quot; />` tag"
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.CALL_PRIVILEGED&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
Expand Down
Loading