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.5.0
2
+ - (Android) Add API to manage the ` Manifest.permission.USE_FULL_SCREEN_INTENT ` permission;
3
+
1
4
## 2.4.0
2
5
- (Android) Add the Call photo to the Call notification and the Incoming call screen;
3
6
- (Android) Add different icons to the Accept buttons depending on the call type;
Original file line number Diff line number Diff line change 1
1
group ' com.connectycube.flutter.connectycube_flutter_call_kit'
2
- version ' 2.3 .0'
2
+ version ' 2.5 .0'
3
3
4
4
buildscript {
5
5
ext. kotlin_version = ' 1.9.10'
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.4 .0'
7
+ s . version = '2.5 .0'
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.4 .0
3
+ version : 2.5 .0
4
4
homepage : https://connectycube.com/
5
5
issue_tracker : https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
6
6
documentation : https://github.com/ConnectyCube/connectycube-flutter-call-kit/blob/master/README.md
You can’t perform that action at this time.
0 commit comments