Skip to content

Commit

Permalink
Corretta la network_security_config dell'app Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliodallatorre committed Aug 14, 2021
1 parent b3f4f5b commit 783eb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain>10.0.2.2</domain>
<domain includeSubdomains="true">10.0.2.2</domain>
</domain-config>
</network-security-config>

0 comments on commit 783eb6f

Please sign in to comment.