2022-03-14 15:49:46 -04:00
|
|
|
<?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" />
|
2022-07-11 10:50:24 -04:00
|
|
|
<issue id="OptionalUsedAsFieldOrParameterType" severity="ignore" />
|
2023-09-18 15:32:43 -04:00
|
|
|
<issue id="NewClassNamingConvention" severity="ignore" />
|
2022-03-14 15:49:46 -04:00
|
|
|
</lint>
|