We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93a4af commit e53efe0Copy full SHA for e53efe0
Packages/io.chainsafe.web3-unity/Runtime/Scripts/CountlyAnalytics.cs
@@ -18,7 +18,7 @@ public async void CaptureEvent(AnalyticsEvent eventData)
18
await Countly.Instance.Events.RecordEventAsync(eventData.EventName);
19
}
20
21
- public string AnalyticsVersion => "2.6";
+ public string AnalyticsVersion => "3.1";
22
public IChainConfig ChainConfig => _chainManager.Current;
23
public IProjectConfig ProjectConfig { get; }
24
0 commit comments