Files
Covid-app/resources/android/xml/network_security_config.xml
T
Axel Iván Solano González 213e9d59f2 updates to proyect
2021-03-18 19:24:43 -06:00

8 lines
281 B
XML

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">192.168.0.7</domain>
</domain-config>
</network-security-config>