Fix network config
This commit is contained in:
parent
7a9fa908cb
commit
2b84a58d0b
|
|
@ -6,7 +6,8 @@
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name"
|
||||||
|
android:usesCleartextTraffic="true">
|
||||||
<activity
|
<activity
|
||||||
android:name=".demo.MainActivity"
|
android:name=".demo.MainActivity"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue