Skip to content

Commit 30f413c

Browse files
committed
Add usesCleartextTraffic to get pass of setup error
1 parent acad5c1 commit 30f413c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
android:fullBackupContent="@xml/backup_config"
2626
android:icon="@mipmap/ic_launcher_neoterm_round"
2727
android:label="@string/app_name"
28+
android:usesCleartextTraffic="true"
2829
android:resizeableActivity="true"
2930
android:roundIcon="@mipmap/ic_launcher_neoterm_round"
3031
android:supportsRtl="true"

0 commit comments

Comments
 (0)