mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-06-11 01:55:25 -04:00
chore: update lint baselines (#815)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
<issue
|
||||
id="AndroidGradlePluginVersion"
|
||||
message="A newer version of Gradle than 9.4.1 is available: 9.5.0"
|
||||
message="A newer version of Gradle than 9.4.1 is available: 9.5.1"
|
||||
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
@@ -89,6 +89,17 @@
|
||||
column="17"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="AndroidGradlePluginVersion"
|
||||
message="A newer version of com.android.application than 9.2.0 is available: 9.2.1"
|
||||
errorLine1="gradlePlugins-agp = "9.2.0""
|
||||
errorLine2=" ~~~~~~~">
|
||||
<location
|
||||
file="$HOME/work/Phone/Phone/gradle/libs.versions.toml"
|
||||
line="14"
|
||||
column="21"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="GradleDependency"
|
||||
message="A newer version of `app-build-compileSDKVersion` than 36 is available: 37"
|
||||
@@ -124,7 +135,18 @@
|
||||
|
||||
<issue
|
||||
id="NewerVersionAvailable"
|
||||
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.8"
|
||||
message="A newer version of com.googlecode.libphonenumber:geocoder than 3.29 is available: 3.31"
|
||||
errorLine1="geocoderVersion = "3.29""
|
||||
errorLine2=" ~~~~~~">
|
||||
<location
|
||||
file="$HOME/work/Phone/Phone/gradle/libs.versions.toml"
|
||||
line="3"
|
||||
column="19"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="NewerVersionAvailable"
|
||||
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.9"
|
||||
errorLine1="detektCompose = "0.4.28""
|
||||
errorLine2=" ~~~~~~~~">
|
||||
<location
|
||||
@@ -133,6 +155,17 @@
|
||||
column="17"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="NewerVersionAvailable"
|
||||
message="A newer version of com.googlecode.libphonenumber:libphonenumber than 9.0.29 is available: 9.0.31"
|
||||
errorLine1="libphonenumberVersion = "9.0.29""
|
||||
errorLine2=" ~~~~~~~~">
|
||||
<location
|
||||
file="$HOME/work/Phone/Phone/gradle/libs.versions.toml"
|
||||
line="18"
|
||||
column="25"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="SpUsage"
|
||||
message="Should use "`sp`" instead of "`dp`" for text sizes (`@dimen/dialpad_text_size` is defined as `28dp` in `values/dimens.xml`"
|
||||
|
||||
Reference in New Issue
Block a user