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
51 changes: 20 additions & 31 deletions commons/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.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (9.2.0)" variant="all" version="9.2.0">
<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">

<issue
id="ResourceCycle"
Expand Down Expand Up @@ -326,17 +326,6 @@
column="83"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
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/commons/commons/gradle/wrapper/gradle-wrapper.properties"
line="3"
column="17"/>
</issue>

<issue
id="AppCompatCustomView"
message="This custom view should extend `androidx.appcompat.widget.AppCompatAutoCompleteTextView` instead"
Expand Down Expand Up @@ -394,7 +383,18 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.animation:animation than 1.7.6 is available: 1.11.0"
message="A newer version of com.google.android.material:material than 1.13.0 is available: 1.14.0"
errorLine1="material = &quot;1.13.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/work/commons/commons/gradle/libs.versions.toml"
line="23"
column="12"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.compose.animation:animation than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -405,7 +405,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.material:material than 1.7.6 is available: 1.11.0"
message="A newer version of androidx.compose.material:material than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -427,7 +427,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.runtime:runtime than 1.7.6 is available: 1.11.0"
message="A newer version of androidx.compose.runtime:runtime than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -438,7 +438,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui than 1.7.6 is available: 1.11.0"
message="A newer version of androidx.compose.ui:ui than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -449,7 +449,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui-tooling than 1.7.6 is available: 1.11.0"
message="A newer version of androidx.compose.ui:ui-tooling than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -460,7 +460,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui-tooling-preview than 1.7.6 is available: 1.11.0"
message="A newer version of androidx.compose.ui:ui-tooling-preview than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -471,7 +471,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui-viewbinding than 1.7.6 is available: 1.11.0"
message="A newer version of androidx.compose.ui:ui-viewbinding than 1.7.6 is available: 1.11.2"
errorLine1="compose = &quot;1.7.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand Down Expand Up @@ -537,7 +537,7 @@

<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 io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.9"
errorLine1="detektCompose = &quot;0.4.28&quot;"
errorLine2=" ~~~~~~~~">
<location
Expand All @@ -546,17 +546,6 @@
column="17"/>
</issue>

<issue
id="NewerVersionAvailable"
message="A newer version of joda-time:joda-time than 2.14.1 is available: 2.14.2"
errorLine1="jodaTime = &quot;2.14.1&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/work/commons/commons/gradle/libs.versions.toml"
line="46"
column="12"/>
</issue>

<issue
id="RestrictedApi"
message="AnimationUtils.LINEAR_OUT_SLOW_IN_INTERPOLATOR can only be accessed from within the same library group (referenced groupId=`com.google.android.material` from groupId=`org.fossify`)"
Expand Down
Loading