Skip to content

Commit fd8f286

Browse files
Ignore android lint newer-version warnings for okhttp and jakarta
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 41bd22a commit fd8f286

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

android/lint.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
<issue id="LambdaLast">
44
<ignore path="../src/main/java/com/microsoft/graph/core/requests/GraphClientFactory.java" />
55
</issue>
6+
<!-- okhttp (v5) and jakarta.annotation-api (v3) major bumps are intentionally deferred; ignore newer-version lint warnings for them -->
7+
<issue id="GradleDependency">
8+
<ignore regexp="okhttp" />
9+
<ignore regexp="jakarta" />
10+
</issue>
11+
<issue id="NewerVersionAvailable">
12+
<ignore regexp="okhttp" />
13+
<ignore regexp="jakarta" />
14+
</issue>
615
</lint>

0 commit comments

Comments
 (0)