Fix network config

This commit is contained in:
FongMi 2023-01-10 15:35:25 +08:00
parent 7a9fa908cb
commit 2b84a58d0b
1 changed files with 2 additions and 1 deletions

View File

@ -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">