Add usesCleartextTraffic to get pass of setup error

This commit is contained in:
Hilledkinged 2021-04-21 11:38:04 +03:00
parent acad5c1608
commit 30f413c53f

View File

@ -25,6 +25,7 @@
android:fullBackupContent="@xml/backup_config"
android:icon="@mipmap/ic_launcher_neoterm_round"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:resizeableActivity="true"
android:roundIcon="@mipmap/ic_launcher_neoterm_round"
android:supportsRtl="true"