File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
example/android/app/src/main Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 16
16
android : label =" Instabug - Flutter"
17
17
android : name =" ${applicationName}"
18
18
android : icon =" @mipmap/ic_launcher"
19
+ android : networkSecurityConfig =" @xml/network_security_config"
19
20
android : usesCleartextTraffic =" true" >
20
21
<activity
21
22
android : name =" .MainActivity"
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" >localhost</domain >
5
+ </domain-config >
6
+ <base-config >
7
+ <trust-anchors >
8
+ <certificates src =" system" />
9
+ <certificates src =" user" />
10
+ </trust-anchors >
11
+ </base-config >
12
+ </network-security-config >
You can’t perform that action at this time.
0 commit comments