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