Skip to content

Commit 7d53f96

Browse files
committed
fix: enable unit testing on API level 28+ (allow http calls as we do for iOS, we should think about excluding this form release builds in the CLI)
1 parent 2b462d0 commit 7d53f96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platforms/android/AndroidManifest.xml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3+
<uses-permission android:name="android.permission.INTERNET"/>
4+
<application android:usesCleartextTraffic="true"></application>
5+
</manifest>

0 commit comments

Comments
 (0)