Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 26c8769

Browse files
committed
chore: refresh Lint baseline
1 parent 8cfe6ec commit 26c8769

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

app/lint-baseline.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 7.2.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.2)" variant="all" version="7.2.2">
2+
<issues format="6" by="lint 7.3.1" type="baseline" client="gradle" dependencies="false" name="AGP (7.3.1)" variant="all" version="7.3.1">
33

44
<issue
55
id="PrivateResource"
6-
message="Overriding `@layout/map_preference_widget_switch` which is marked as private in de.maxr1998:modernandroidpreferences:2.3.1. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name.">
6+
message="Overriding `@layout/map_preference_widget_switch` which is marked as private in de.maxr1998:modernandroidpreferences:2.3.2. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name.">
77
<location
88
file="src/main/res/layout/map_preference_widget_switch.xml"/>
99
</issue>
@@ -19,20 +19,6 @@
1919
column="7"/>
2020
</issue>
2121

22-
<issue
23-
id="TrustAllX509TrustManager"
24-
message="`checkClientTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
25-
<location
26-
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/3.7.1.201504261725-r/28bae05826c1a34381826fb1d9ea5fd0ec47cc67/org.eclipse.jgit-3.7.1.201504261725-r.jar"/>
27-
</issue>
28-
29-
<issue
30-
id="TrustAllX509TrustManager"
31-
message="`checkServerTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
32-
<location
33-
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/3.7.1.201504261725-r/28bae05826c1a34381826fb1d9ea5fd0ec47cc67/org.eclipse.jgit-3.7.1.201504261725-r.jar"/>
34-
</issue>
35-
3622
<issue
3723
id="VectorPath"
3824
message="Very long vector path (1042 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."

0 commit comments

Comments
 (0)