Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
This commit is contained in:
8
android/native/app/src/debug/res/xml/network_security_config.xml
Executable file
8
android/native/app/src/debug/res/xml/network_security_config.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="false" />
|
||||
<domain-config cleartextTrafficPermitted="true">
|
||||
<domain includeSubdomains="false">10.0.2.2</domain>
|
||||
<domain includeSubdomains="false">localhost</domain>
|
||||
</domain-config>
|
||||
</network-security-config>
|
||||
Reference in New Issue
Block a user