Skip to content

Commit

Permalink
Fix for sample app not building.
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradmoore committed Aug 27, 2022
1 parent 34aeeff commit b80519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected override void OnCreate(Bundle savedInstanceState)
var stringBuilder = new StringBuilder();
stringBuilder.AppendLine($"Mixpanel version: {MixpanelAPI.Version}");

var mixpanel = MixpanelAPI.GetInstance(this, "YOUR_TOKEN");
var mixpanel = MixpanelAPI.GetInstance(this, "YOUR_TOKEN", true);

stringBuilder.AppendLine("Device info:");
foreach (var deviceInfo in mixpanel.DeviceInfo)
Expand Down

0 comments on commit b80519f

Please sign in to comment.