Skip to content

Commit 4872e64

Browse files
fix: allow cleartext traffic
1 parent 767907e commit 4872e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141

4242
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
43-
<application
43+
<application
44+
android:usesCleartextTraffic="true"
4445
android:networkSecurityConfig="@xml/network_security_config"
4546
android:hardwareAccelerated="true"
4647
android:largeHeap="true"

0 commit comments

Comments
 (0)