Removed the TypographyQuotes issue from lintConfig file since the issue has been fixed on the upstream.

This commit is contained in:
MohitMaliFtechiz 2024-08-15 16:51:08 +05:30 committed by Kelson
parent 55d5019b2f
commit 9eebd2b750

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- TODO After upgrading to Android 14 this attribute will be removed and we will fix these errors on the upstream. -->
<issue id="TypographyQuotes" severity="warning">
<issue id="TypographyQuotes">
<ignore path="**-qq/**.xml" />
<ignore path="**-iw/**.xml" />
</issue>