fix allow http traffic in release build

This commit is contained in:
austinried 2021-07-06 20:00:53 +09:00
parent b2d6840901
commit b5473ee568

View File

@ -9,7 +9,8 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"