Skip to content

Commit 29f341d

Browse files
chore: update lint baselines (FossifyOrg#189)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 9d6beb1 commit 29f341d

File tree

1 file changed

+10
-54
lines changed

1 file changed

+10
-54
lines changed

app/lint-baseline.xml

Lines changed: 10 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,11 @@
2525
errorLine1="app-build-targetSDK = &quot;34&quot;"
2626
errorLine2=" ~~~~">
2727
<location
28-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
28+
file="$HOME/work/Keyboard/Keyboard/gradle/libs.versions.toml"
2929
line="19"
3030
column="23"/>
3131
</issue>
3232

33-
<issue
34-
id="UnusedAttribute"
35-
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 26)"
36-
errorLine1=" android:localeConfig=&quot;@xml/locale_config&quot;"
37-
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
38-
<location
39-
file="src/main/AndroidManifest.xml"
40-
line="20"
41-
column="9"/>
42-
</issue>
43-
4433
<issue
4534
id="CustomSplashScreen"
4635
message="The application should not provide its own launch screen"
@@ -58,53 +47,20 @@
5847
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip"
5948
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
6049
<location
61-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/wrapper/gradle-wrapper.properties"
50+
file="$HOME/work/Keyboard/Keyboard/gradle/wrapper/gradle-wrapper.properties"
6251
line="3"
6352
column="17"/>
6453
</issue>
6554

6655
<issue
67-
id="GradleDependency"
68-
message="A newer version of androidx.room:room-compiler than 2.7.1 is available: 2.7.2"
69-
errorLine1="room = &quot;2.7.1&quot;"
70-
errorLine2=" ~~~~~~~">
71-
<location
72-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
73-
line="12"
74-
column="8"/>
75-
</issue>
76-
77-
<issue
78-
id="GradleDependency"
79-
message="A newer version of androidx.room:room-ktx than 2.7.1 is available: 2.7.2"
80-
errorLine1="room = &quot;2.7.1&quot;"
81-
errorLine2=" ~~~~~~~">
82-
<location
83-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
84-
line="12"
85-
column="8"/>
86-
</issue>
87-
88-
<issue
89-
id="GradleDependency"
90-
message="A newer version of androidx.room:room-runtime than 2.7.1 is available: 2.7.2"
91-
errorLine1="room = &quot;2.7.1&quot;"
92-
errorLine2=" ~~~~~~~">
93-
<location
94-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
95-
line="12"
96-
column="8"/>
97-
</issue>
98-
99-
<issue
100-
id="GradleDependency"
101-
message="A newer version of org.fossify:commons than 3.0.5 is available: 3.1.0"
102-
errorLine1="commons = &quot;3.0.5&quot;"
103-
errorLine2=" ~~~~~~~">
56+
id="AndroidGradlePluginVersion"
57+
message="A newer version of com.android.application than 8.10.1 is available: 8.11.0"
58+
errorLine1="gradlePlugins-agp = &quot;8.10.1&quot;"
59+
errorLine2=" ~~~~~~~~">
10460
<location
105-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
106-
line="14"
107-
column="11"/>
61+
file="$HOME/work/Keyboard/Keyboard/gradle/libs.versions.toml"
62+
line="16"
63+
column="21"/>
10864
</issue>
10965

11066
<issue
@@ -113,7 +69,7 @@
11369
errorLine1="app-build-compileSDKVersion = &quot;34&quot;"
11470
errorLine2=" ~~~~">
11571
<location
116-
file="$HOME/Projects/Fossify/FossifyOrg/Keyboard/gradle/libs.versions.toml"
72+
file="$HOME/work/Keyboard/Keyboard/gradle/libs.versions.toml"
11773
line="18"
11874
column="31"/>
11975
</issue>

0 commit comments

Comments
 (0)