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
64 changes: 10 additions & 54 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,11 @@
errorLine1="app-build-targetSDK = "34""
errorLine2=" ~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
file="$HOME/work/Keyboard/Keyboard/gradle/libs.versions.toml"
line="19"
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="20"
column="9"/>
</issue>

<issue
id="CustomSplashScreen"
message="The application should not provide its own launch screen"
Expand All @@ -58,53 +47,20 @@
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/wrapper/gradle-wrapper.properties"
file="$HOME/work/Keyboard/Keyboard/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/Keyboard/gradle/libs.versions.toml"
line="12"
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/Keyboard/gradle/libs.versions.toml"
line="12"
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/Keyboard/gradle/libs.versions.toml"
line="12"
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/Keyboard/gradle/libs.versions.toml"
line="14"
column="11"/>
file="$HOME/work/Keyboard/Keyboard/gradle/libs.versions.toml"
line="16"
column="21"/>
</issue>

<issue
Expand All @@ -113,7 +69,7 @@
errorLine1="app-build-compileSDKVersion = &quot;34&quot;"
errorLine2=" ~~~~">
<location
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
file="$HOME/work/Keyboard/Keyboard/gradle/libs.versions.toml"
line="18"
column="31"/>
</issue>
Expand Down
Loading