Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit aa9a4a1

Browse files
committed
fix(Android): Enable clear text trafic in demo
1 parent f0782e0 commit aa9a4a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demo/app/App_Resources/Android/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
android:allowBackup="true"
2424
android:icon="@drawable/icon"
2525
android:label="@string/app_name"
26-
android:theme="@style/AppTheme">
27-
26+
android:theme="@style/AppTheme"
27+
android:usesCleartextTraffic="true"
28+
>
2829
<activity
2930
android:name="com.tns.NativeScriptActivity"
3031
android:label="@string/title_activity_kimera"

0 commit comments

Comments
 (0)