Skip to content

Commit 875e20e

Browse files
chore: changed manifest setting
1 parent d4733c9 commit 875e20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallets/rn_cli_wallet/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:roundIcon="@mipmap/ic_launcher_round"
1212
android:allowBackup="false"
1313
android:theme="@style/AppTheme"
14-
android:usesCleartextTraffic="false"
14+
android:usesCleartextTraffic="true"
1515
android:supportsRtl="true">
1616
<activity
1717
android:name=".MainActivity"

0 commit comments

Comments
 (0)