Skip to content

chore: update lint baselines #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
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
84 changes: 20 additions & 64 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,11 @@
errorLine1="app-build-targetSDK = "34""
errorLine2=" ~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
file="$HOME/work/Music-Player/Music-Player/gradle/libs.versions.toml"
line="29"
column="23"/>
</issue>

<issue
id="UnusedAttribute"
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 26)"
errorLine1=" android:localeConfig=&quot;@xml/locale_config&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="39"
column="9"/>
</issue>

<issue
id="UnusedAttribute"
message="Attribute `targetCellWidth` is only used in API level 31 and higher (current min is 26)"
Expand Down Expand Up @@ -95,18 +84,29 @@
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/wrapper/gradle-wrapper.properties"
file="$HOME/work/Music-Player/Music-Player/gradle/wrapper/gradle-wrapper.properties"
line="3"
column="17"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.10.1 is available: 8.11.0"
errorLine1="gradlePlugins-agp = &quot;8.10.1&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/work/Music-Player/Music-Player/gradle/libs.versions.toml"
line="26"
column="21"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-process than 2.7.0 is available: 2.9.1"
errorLine1="androidx-lifecycleprocess = &quot;2.7.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
file="$HOME/work/Music-Player/Music-Player/gradle/libs.versions.toml"
line="14"
column="29"/>
</issue>
Expand All @@ -117,7 +117,7 @@
errorLine1="media3 = &quot;1.2.1&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
file="$HOME/work/Music-Player/Music-Player/gradle/libs.versions.toml"
line="21"
column="10"/>
</issue>
Expand All @@ -128,62 +128,18 @@
errorLine1="media3 = &quot;1.2.1&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
file="$HOME/work/Music-Player/Music-Player/gradle/libs.versions.toml"
line="21"
column="10"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.room:room-compiler than 2.7.1 is available: 2.7.2"
errorLine1="room = &quot;2.7.1&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
line="22"
column="8"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.room:room-ktx than 2.7.1 is available: 2.7.2"
errorLine1="room = &quot;2.7.1&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
line="22"
column="8"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.room:room-runtime than 2.7.1 is available: 2.7.2"
errorLine1="room = &quot;2.7.1&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
line="22"
column="8"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of org.fossify:commons than 3.0.5 is available: 3.1.0"
errorLine1="commons = &quot;3.0.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
line="24"
column="11"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of `compileSdkVersion` than 34 is available: 35"
errorLine1="app-build-compileSDKVersion = &quot;34&quot;"
errorLine2=" ~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Music-Player/gradle/libs.versions.toml"
file="$HOME/work/Music-Player/Music-Player/gradle/libs.versions.toml"
line="28"
column="31"/>
</issue>
Expand All @@ -195,7 +151,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="62"
line="61"
column="13"/>
</issue>

Expand Down Expand Up @@ -228,7 +184,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="62"
line="61"
column="13"/>
</issue>

Expand Down Expand Up @@ -1217,7 +1173,7 @@
errorLine2=" ~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="162"
line="161"
column="10"/>
</issue>

Expand Down
Loading