Skip to content

Commit 93c0ccc

Browse files
authored
Merge pull request #28 from voximplant/upgrade_version
Update changelog, versions
2 parents 9163fe6 + 98b0ad1 commit 93c0ccc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
- Remove ‘android’ folder to fix flutter project build for android with flutter version >= 2.0.0 https://github.com/voximplant/flutter_callkit/issues/26
3+
- Flutter version rise to >=2.0.0
4+
- Dart version rise to >=2.12.2
5+
16
## 2.0.2+2
27
- Fix formatting issue
38

ios/flutter_callkit_voximplant.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 = 'flutter_callkit_voximplant'
7-
s.version = '2.0.2+2'
7+
s.version = '2.1.0'
88
s.summary = 'Flutter SDK for CallKit integration to Flutter applications on iOS'
99
s.homepage = 'https://github.com/voximplant/flutter_callkit'
1010
s.license = { :type => 'MIT',

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: flutter_callkit_voximplant
22
description: Flutter SDK for CallKit integration to Flutter applications on iOS
3-
version: 2.0.2+2
3+
version: 2.1.0
44
homepage: https://github.com/voximplant/flutter_callkit
55
repository: https://github.com/voximplant/flutter_callkit
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.12.2 <3.0.0'
99
flutter: ">=2.0.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)