File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.2.3
2
+ - (Android) Fix calling of the ` onCallRejectedWhenTerminated ` and the ` onCallAcceptedWhenTerminated ` callbacks in the release build;
3
+
1
4
## 2.2.2
2
5
- (iOS) Fix the crash on the ` getLastCallId ` method calling;
3
6
Original file line number Diff line number Diff line change 1
1
group ' com.connectycube.flutter.connectycube_flutter_call_kit'
2
- version ' 2.2.2 '
2
+ version ' 2.2.3 '
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.2 '
7
+ s . version = '2.2.3 '
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.2
3
+ version : 2.2.3
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