File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <network-security-config >
3+ <domain-config cleartextTrafficPermitted =" true" >
4+ <domain includeSubdomains =" true" >10.0.2.2</domain >
5+ </domain-config >
6+ </network-security-config >
Original file line number Diff line number Diff line change 99 android : allowBackup =" false"
1010 android : icon =" @mipmap/ic_launcher"
1111 android : label =" @string/app_name"
12+ android : networkSecurityConfig =" @xml/network_security_config"
1213 android : roundIcon =" @mipmap/ic_launcher_round"
1314 android : supportsRtl =" true"
1415 android : theme =" @style/AppTheme" >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <network-security-config >
3+ <domain-config cleartextTrafficPermitted =" false" >
4+ <domain includeSubdomains =" true" >10.0.2.2</domain >
5+ </domain-config >
6+ </network-security-config >
You can’t perform that action at this time.
0 commit comments