Skip to content

Commit

Permalink
— Pod transitive dependencies issue fixed for iOS.
Browse files Browse the repository at this point in the history
— Changlelog updated
— SDK version updated
  • Loading branch information
ijunaid committed Dec 18, 2020
1 parent c7d9a10 commit 938aae3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 20.04.2
* Pod transitive dependencies issue fixed for iOS.

## 20.04.1
* Adding APM calls
* Improved unhandled crash catching
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

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

/** Plugin registration. */
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/CountlyFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import "CountlyDeviceInfo.h"
#import "CountlyRemoteConfig.h"

NSString* const kCountlyFlutterSDKVersion = @"20.04.1";
NSString* const kCountlyFlutterSDKVersion = @"20.04.2";
NSString* const kCountlyFlutterSDKName = @"dart-flutterb-ios";

FlutterResult notificationListener = nil;
Expand Down
1 change: 1 addition & 0 deletions ios/countly_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ A new flutter plugin project.
s.dependency 'Countly', '20.04.2'

s.ios.deployment_target = '8.0'
s.static_framework = true
end

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: countly_flutter
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.
version: 20.04.1
version: 20.04.2
homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter

environment:
Expand Down

0 comments on commit 938aae3

Please sign in to comment.