mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
7 lines
316 B
XML
7 lines
316 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- It's a bummer, but Android Studio doesn't seem to be smart enough to recognize Optional and stream() are available to us in this lib -->
|
|
<issue id="NewApi" severity="ignore" />
|
|
<issue id="OptionalUsedAsFieldOrParameterType" severity="ignore" />
|
|
</lint>
|