Skip to content

Commit 9d92693

Browse files
author
farfromrefuge
committed
fix(android): proguard fix (for app supporting proguard)
1 parent cbef664 commit 9d92693

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/platforms/android/native-api-usage.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"android.graphics:Paint.FontMetrics",
1414
"android.text:Spanned",
1515
"androidx.core.widget:TextViewCompat"
16+
],
17+
"proguard_whitelist": [
18+
"org.apache.xerces.jaxp.SAXParserFactoryImpl",
19+
"org.apache.xerces.parsers.XIncludeAwareParserConfiguration",
20+
"org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl"
1621
]
1722
}

0 commit comments

Comments
 (0)