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
68 changes: 12 additions & 56 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
errorLine1="app-build-targetSDK = "34""
errorLine2=" ~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Notes/gradle/libs.versions.toml"
file="$HOME/work/Notes/Notes/gradle/libs.versions.toml"
line="20"
column="23"/>
</issue>
Expand All @@ -30,17 +30,6 @@
column="21"/>
</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="27"
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 @@ -91,53 +80,20 @@
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Notes/gradle/wrapper/gradle-wrapper.properties"
file="$HOME/work/Notes/Notes/gradle/wrapper/gradle-wrapper.properties"
line="3"
column="17"/>
</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/Notes/gradle/libs.versions.toml"
line="13"
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/Notes/gradle/libs.versions.toml"
line="13"
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/Notes/gradle/libs.versions.toml"
line="13"
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=" ~~~~~~~">
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/Projects/Fossify/FossifyOrg/Notes/gradle/libs.versions.toml"
line="15"
column="11"/>
file="$HOME/work/Notes/Notes/gradle/libs.versions.toml"
line="17"
column="21"/>
</issue>

<issue
Expand All @@ -146,7 +102,7 @@
errorLine1="app-build-compileSDKVersion = &quot;34&quot;"
errorLine2=" ~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Notes/gradle/libs.versions.toml"
file="$HOME/work/Notes/Notes/gradle/libs.versions.toml"
line="19"
column="31"/>
</issue>
Expand All @@ -158,7 +114,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="60"
line="59"
column="13"/>
</issue>

Expand Down Expand Up @@ -191,7 +147,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="60"
line="59"
column="13"/>
</issue>

Expand Down
Loading