Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7867e7c

Browse files
Alexander Vakrilovdtopuzov
authored andcommitted
tests: set usesCleartextTraffic in apps to enable http calls in CI (NativeScript#6417)
1 parent 8401709 commit 7867e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/app/App_Resources/Android/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
android:allowBackup="true"
2525
android:icon="@drawable/icon"
2626
android:label="@string/app_name"
27-
android:theme="@style/AppTheme" >
27+
android:theme="@style/AppTheme"
28+
android:usesCleartextTraffic="true" >
2829
<meta-data android:name="debugLayouts" android:value="true" />
2930
<activity
3031
android:name="com.tns.NativeScriptActivity"

0 commit comments

Comments
 (0)