Skip to content

Commit

Permalink
Allow http for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 25, 2022
1 parent 36eaf09 commit be4afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Sample.Android/MainApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace Sample.Droid
{
[Application]
[Application(UsesCleartextTraffic = true)]
public class MainApplication : Application
{
public MainApplication(IntPtr handle, JniHandleOwnership transer)
Expand Down

0 comments on commit be4afc1

Please sign in to comment.