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 c2d1393 commit 447956fCopy full SHA for 447956f
CHANGELOG.md
@@ -49,7 +49,7 @@
49
50
* Updated underlying Android SDK version to 25.1.1
51
* Updated underlying iOS SDK version to 25.1.0
52
-* Added underlying Web SDK version to 24.11.4
+* Added underlying Web SDK version to 25.1.0
53
54
## 24.11.2
55
* Improved view tracking capabilities in iOS.
lib/src/web/plugin_config.dart
@@ -1,5 +1,5 @@
1
class CountlyFlutterPluginConfig {
2
static const String SDK_VERSION_STRING = '25.1.0';
3
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.4/countly.min.js';
+ static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/25.1.0/countly.min.js';
5
}
0 commit comments