chore: upgrade deps for CVE-2023-39139

This commit is contained in:
lollipopkit
2023-09-07 17:14:22 +08:00
parent 567f1442f5
commit 3b698fc062
3 changed files with 77 additions and 77 deletions

View File

@@ -23,7 +23,6 @@ class Analysis {
.setLoggingEnabled(false)
.enableCrashReporting();
await Countly.initWithConfig(config);
await Countly.start();
await Countly.giveAllConsent();
} else {
Logger('COUNTLY')
@@ -33,7 +32,7 @@ class Analysis {
static void recordView(String view) {
if (enabled) {
Countly.recordView(view);
Countly.instance.views.startView(view);
}
}