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.
2 parents 1f9961a + 4ddb464 commit 21d98e9Copy full SHA for 21d98e9
CHANGELOG.md
@@ -50,7 +50,7 @@
50
51
* Updated underlying Android SDK version to 25.1.1
52
* Updated underlying iOS SDK version to 25.1.1
53
-* Added underlying Web SDK version to 24.11.4
+* Added underlying Web SDK version to 25.1.0
54
55
## 24.11.2
56
* 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