Skip to content

Commit 7aa3890

Browse files
chore: update lint baselines
1 parent fbc72ba commit 7aa3890

File tree

1 file changed

+17
-28
lines changed

1 file changed

+17
-28
lines changed

app/lint-baseline.xml

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,11 @@
5858
errorLine1="app-build-targetSDK = "34""
5959
errorLine2=" ~~~~">
6060
<location
61-
file="$HOME/Projects/Fossify/FossifyOrg/Camera/gradle/libs.versions.toml"
61+
file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
6262
line="18"
6363
column="23"/>
6464
</issue>
6565

66-
<issue
67-
id="UnusedAttribute"
68-
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 29)"
69-
errorLine1=" android:localeConfig=&quot;@xml/locale_config&quot;"
70-
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
71-
<location
72-
file="src/main/AndroidManifest.xml"
73-
line="43"
74-
column="9"/>
75-
</issue>
76-
7766
<issue
7867
id="CustomSplashScreen"
7968
message="The application should not provide its own launch screen"
@@ -124,40 +113,40 @@
124113
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip"
125114
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
126115
<location
127-
file="$HOME/Projects/Fossify/FossifyOrg/Camera/gradle/wrapper/gradle-wrapper.properties"
116+
file="$HOME/work/Camera/Camera/gradle/wrapper/gradle-wrapper.properties"
128117
line="3"
129118
column="17"/>
130119
</issue>
131120

121+
<issue
122+
id="AndroidGradlePluginVersion"
123+
message="A newer version of com.android.application than 8.10.1 is available: 8.11.0"
124+
errorLine1="gradlePlugins-agp = &quot;8.10.1&quot;"
125+
errorLine2=" ~~~~~~~~">
126+
<location
127+
file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
128+
line="15"
129+
column="21"/>
130+
</issue>
131+
132132
<issue
133133
id="GradleDependency"
134134
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.6 is available: 2.9.1"
135135
errorLine1="androidx-ktx = &quot;2.8.6&quot;"
136136
errorLine2=" ~~~~~~~">
137137
<location
138-
file="$HOME/Projects/Fossify/FossifyOrg/Camera/gradle/libs.versions.toml"
138+
file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
139139
line="11"
140140
column="16"/>
141141
</issue>
142142

143-
<issue
144-
id="GradleDependency"
145-
message="A newer version of org.fossify:commons than 3.0.5 is available: 3.1.0"
146-
errorLine1="commons = &quot;3.0.5&quot;"
147-
errorLine2=" ~~~~~~~">
148-
<location
149-
file="$HOME/Projects/Fossify/FossifyOrg/Camera/gradle/libs.versions.toml"
150-
line="13"
151-
column="11"/>
152-
</issue>
153-
154143
<issue
155144
id="GradleDependency"
156145
message="A newer version of `compileSdkVersion` than 34 is available: 35"
157146
errorLine1="app-build-compileSDKVersion = &quot;34&quot;"
158147
errorLine2=" ~~~~">
159148
<location
160-
file="$HOME/Projects/Fossify/FossifyOrg/Camera/gradle/libs.versions.toml"
149+
file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
161150
line="17"
162151
column="31"/>
163152
</issue>
@@ -169,7 +158,7 @@
169158
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
170159
<location
171160
file="src/main/AndroidManifest.xml"
172-
line="56"
161+
line="55"
173162
column="13"/>
174163
</issue>
175164

@@ -180,7 +169,7 @@
180169
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
181170
<location
182171
file="src/main/AndroidManifest.xml"
183-
line="56"
172+
line="55"
184173
column="13"/>
185174
</issue>
186175

0 commit comments

Comments
 (0)