mirror of
https://github.com/oxyroid/M3UAndroid.git
synced 2025-07-03 11:57:16 +08:00
fix: ignore "UnsafeOptInUsageError" lint
This commit is contained in:
1
lint.xml
1
lint.xml
@ -2,4 +2,5 @@
|
|||||||
<lint>
|
<lint>
|
||||||
<issue id="OldTargetApi" severity="ignore" />
|
<issue id="OldTargetApi" severity="ignore" />
|
||||||
<issue id="TrustAllX509TrustManager" severity="ignore" />
|
<issue id="TrustAllX509TrustManager" severity="ignore" />
|
||||||
|
<issue id="UnsafeOptInUsageError" severity="ignore" />
|
||||||
</lint>
|
</lint>
|
Reference in New Issue
Block a user