Skip to content

Commit 6fc7a22

Browse files
authored
Added 'usesCleartextTraffic' to androidmanifeast
1 parent 9251d0b commit 6fc7a22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
android:icon="@mipmap/ic_launcher"
1111
android:roundIcon="@mipmap/ic_launcher_round"
1212
android:allowBackup="false"
13-
android:theme="@style/AppTheme">
13+
android:theme="@style/AppTheme"
14+
android:usesCleartextTraffic="true">
1415
<activity
1516
android:name=".MainActivity"
1617
android:label="@string/app_name"

0 commit comments

Comments
 (0)