Skip to content

Commit be4afc1

Browse files
Allow http for testing
1 parent 36eaf09 commit be4afc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Sample.Android/MainApplication.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace Sample.Droid
1616
{
17-
[Application]
17+
[Application(UsesCleartextTraffic = true)]
1818
public class MainApplication : Application
1919
{
2020
public MainApplication(IntPtr handle, JniHandleOwnership transer)

0 commit comments

Comments
 (0)