Skip to content

Commit 938aae3

Browse files
committed
— Pod transitive dependencies issue fixed for iOS.
— Changlelog updated — SDK version updated
1 parent c7d9a10 commit 938aae3

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 20.04.2
2+
* Pod transitive dependencies issue fixed for iOS.
3+
14
## 20.04.1
25
* Adding APM calls
36
* Improved unhandled crash catching

android/src/main/java/ly/count/dart/countly_flutter/CountlyFlutterPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
/** CountlyFlutterPlugin */
5252
public class CountlyFlutterPlugin implements MethodCallHandler, FlutterPlugin, ActivityAware, DefaultLifecycleObserver {
53-
private String COUNTLY_FLUTTER_SDK_VERSION_STRING = "20.04.1";
53+
private String COUNTLY_FLUTTER_SDK_VERSION_STRING = "20.04.2";
5454
private String COUNTLY_FLUTTER_SDK_NAME = "dart-flutterb-android";
5555

5656
/** Plugin registration. */

ios/Classes/CountlyFlutterPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#import "CountlyDeviceInfo.h"
66
#import "CountlyRemoteConfig.h"
77

8-
NSString* const kCountlyFlutterSDKVersion = @"20.04.1";
8+
NSString* const kCountlyFlutterSDKVersion = @"20.04.2";
99
NSString* const kCountlyFlutterSDKName = @"dart-flutterb-ios";
1010

1111
FlutterResult notificationListener = nil;

ios/countly_flutter.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ A new flutter plugin project.
1818
s.dependency 'Countly', '20.04.2'
1919

2020
s.ios.deployment_target = '8.0'
21+
s.static_framework = true
2122
end
2223

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: countly_flutter
22
description: Countly is an innovative, real-time, open source mobile analytics and push notifications platform. It collects data from mobile devices, and visualizes this information to analyze mobile application usage and end-user behavior. There are two parts of Countly, the server that collects and analyzes data, and mobile SDK that sends this data. Both parts are open source with different licensing terms.
3-
version: 20.04.1
3+
version: 20.04.2
44
homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter
55

66
environment:

0 commit comments

Comments
 (0)