Skip to content

Commit b3010a2

Browse files
committed
fix network security config
1 parent e179f7d commit b3010a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/res/xml-v36/network_security_config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<network-security-config>
3-
<debug-overrides>
2+
<network-security-config xmlns:tools="http://schemas.android.com/tools">
3+
<debug-overrides tools:ignore="NetworkSecurityConfig">
44
<trust-anchors>
55
<certificates src="system" />
66
<certificates src="user" />

0 commit comments

Comments
 (0)