Skip to content

Commit c005863

Browse files
- release 2.5.0;
1 parent c7cbacb commit c005863

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.0
2+
- (Android) Add API to manage the `Manifest.permission.USE_FULL_SCREEN_INTENT` permission;
3+
14
## 2.4.0
25
- (Android) Add the Call photo to the Call notification and the Incoming call screen;
36
- (Android) Add different icons to the Accept buttons depending on the call type;

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.connectycube.flutter.connectycube_flutter_call_kit'
2-
version '2.3.0'
2+
version '2.5.0'
33

44
buildscript {
55
ext.kotlin_version = '1.9.10'

ios/connectycube_flutter_call_kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'connectycube_flutter_call_kit'
7-
s.version = '2.4.0'
7+
s.version = '2.5.0'
88
s.summary = 'Connectycube Call Kit plugin for flutter.'
99
s.description = <<-DESC
1010
Connectycube Call Kit plugin for flutter.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectycube_flutter_call_kit
22
description: A Flutter plugin for displaying call screen when app in background or terminated.
3-
version: 2.4.0
3+
version: 2.5.0
44
homepage: https://connectycube.com/
55
issue_tracker: https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
66
documentation: https://github.com/ConnectyCube/connectycube-flutter-call-kit/blob/master/README.md

0 commit comments

Comments
 (0)