File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.2.1
2
+
3
+ - (Android) Fix receiving the FCM if plugin connected together with ` firebase_messaging ` plugin;
4
+
1
5
## 2.2.0
2
6
3
7
- (iOS) Fix notifying plugin about call accepting;
Original file line number Diff line number Diff line change 1
1
group ' com.connectycube.flutter.connectycube_flutter_call_kit'
2
- version ' 2.2.0 '
2
+ version ' 2.2.1 '
3
3
4
4
buildscript {
5
5
ext. kotlin_version = ' 1.6.21'
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'connectycube_flutter_call_kit'
7
- s . version = '2.2.0 '
7
+ s . version = '2.2.1 '
8
8
s . summary = 'Connectycube Call Kit plugin for flutter.'
9
9
s . description = <<-DESC
10
10
Connectycube Call Kit plugin for flutter.
Original file line number Diff line number Diff line change 1
1
name : connectycube_flutter_call_kit
2
2
description : A Flutter plugin for displaying call screen when app in background or terminated.
3
- version : 2.2.0
3
+ version : 2.2.1
4
4
homepage : https://github.com/ConnectyCube/connectycube-flutter-call-kit
5
5
issue_tracker : https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
6
6
You can’t perform that action at this time.
0 commit comments