Skip to content

Commit b80519f

Browse files
committed
Fix for sample app not building.
1 parent 34aeeff commit b80519f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/MainActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected override void OnCreate(Bundle savedInstanceState)
2929
var stringBuilder = new StringBuilder();
3030
stringBuilder.AppendLine($"Mixpanel version: {MixpanelAPI.Version}");
3131

32-
var mixpanel = MixpanelAPI.GetInstance(this, "YOUR_TOKEN");
32+
var mixpanel = MixpanelAPI.GetInstance(this, "YOUR_TOKEN", true);
3333

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

0 commit comments

Comments
 (0)