mirror of https://github.com/grpc/grpc-java.git
14 lines
383 B
XML
14 lines
383 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!--
|
|
Suppress temporarily due to AAPT2 failures with SDK 35/36 on AGP 7.x.
|
|
Remove after AGP upgrade.
|
|
-->
|
|
<issue id="OldTargetApi" severity="ignore" />
|
|
|
|
<!--
|
|
Suppress temporarily 'VisibleForTests' warnings - exposed for testing purposes
|
|
-->
|
|
<issue id="VisibleForTests" severity="ignore" />
|
|
</lint>
|