FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tests: set usesCleartextTraffic in apps to enable http calls in CI (#… · NativeScript/NativeScript@7867e7c · GitHub

Commit 7867e7c

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL