-
Notifications
You must be signed in to change notification settings - Fork 685
Expand file tree
/
Copy pathlint-baseline.xml
More file actions
17 lines (15 loc) · 1.07 KB
/
lint-baseline.xml
File metadata and controls
17 lines (15 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<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">
<issue
id="DuplicatePlatformClasses"
message="`commons-logging` defines classes that conflict with classes now provided by Android. Solutions include finding newer versions or alternative libraries that don't have the same problem (for example, for `httpclient` use `HttpUrlConnection` or `okhttp` instead), or repackaging the library using something like `jarjar`.">
<location
file="build.gradle"/>
</issue>
<issue
id="DuplicatePlatformClasses"
message="`httpclient` defines classes that conflict with classes now provided by Android. Solutions include finding newer versions or alternative libraries that don't have the same problem (for example, for `httpclient` use `HttpUrlConnection` or `okhttp` instead), or repackaging the library using something like `jarjar`.">
<location
file="build.gradle"/>
</issue>
</issues>