Skip to content

Commit dbc8091

Browse files
Update plugin_config.dart
1 parent 63adf2a commit dbc8091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/web/plugin_config.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class CountlyFlutterPluginConfig {
22
static const String SDK_VERSION_STRING = '24.11.2';
33
static const String SDK_NAME = 'dart-flutterb-web';
4-
static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/24.11.0/countly.min.js';
5-
}
4+
static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/24.11.4/countly.min.js';
5+
}

0 commit comments

Comments
 (0)