File tree Expand file tree Collapse file tree 10 files changed +47
-13
lines changed
mindbox_platform_interface Expand file tree Collapse file tree 10 files changed +47
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 2.9.1
2+
3+ * Upgrade native Android SDK dependency to v2.9.1.
4+ * Upgrade native iOS SDK dependency to v2.9.0.
5+
16## 2.9.0-rc
27
38* Upgrade native Android SDK dependency to v2.9.0-rc.
49* Upgrade native iOS SDK dependency to v2.9.0-rc.
510
11+ ## 2.8.5
12+
13+ * Upgrade native iOS SDK dependency to v2.8.6.
14+
615## 2.8.4
716
817* Upgrade native Android SDK dependency to v2.8.5.
Original file line number Diff line number Diff line change 11name : mindbox
22description : Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK.
3- version : 2.9.0-rc
3+ version : 2.9.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox
66documentation : https://developers.mindbox.ru/docs/flutter-sdk-integration
@@ -20,9 +20,9 @@ flutter:
2020dependencies :
2121 flutter :
2222 sdk : flutter
23- mindbox_android : ^2.9.0-rc
24- mindbox_ios : ^2.9.0-rc
25- mindbox_platform_interface : ^2.9.0-rc
23+ mindbox_android : ^2.9.1
24+ mindbox_ios : ^2.9.1
25+ mindbox_platform_interface : ^2.9.1
2626
2727dev_dependencies :
2828 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 2.9.1
2+
3+ * Upgrade native Android SDK dependency to v2.9.1.
4+
15## 2.9.0-rc
26
37* Upgrade native Android SDK dependency to v2.9.0-rc.
48
9+ ## 2.8.5
10+
11+ * Fix dependencies.
12+
513## 2.8.4
614
715* Upgrade native Android SDK dependency to v2.8.5.
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ android {
4949dependencies {
5050 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
5151
52- api ' cloud.mindbox:mobile-sdk:2.9.0-rc '
52+ api ' cloud.mindbox:mobile-sdk:2.9.1 '
5353}
Original file line number Diff line number Diff line change 11name : mindbox_android
22description : The implementation of 'mindbox' plugin for the Android platform.
3- version : 2.9.0-rc
3+ version : 2.9.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_android
66
@@ -19,7 +19,7 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- mindbox_platform_interface : ^2.9.0-rc
22+ mindbox_platform_interface : ^2.9.1
2323
2424dev_dependencies :
2525 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 2.9.1
2+
3+ * Upgrade native iOS SDK dependency to v2.9.0.
4+
15## 2.9.0-rc
26
37* Upgrade native iOS SDK dependency to v2.9.0-rc.
48
9+ ## 2.8.5
10+
11+ * Upgrade native iOS SDK dependency to v2.8.6.
12+
513## 2.8.4
614
715* Upgrade native iOS SDK dependency to v2.8.5.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'mindbox_ios'
7- s . version = '2.9.0-rc '
7+ s . version = '2.9.1 '
88 s . summary = 'Mindbox Flutter SDK'
99 s . description = <<-DESC
1010The implementation of 'mindbox' plugin for the iOS platform
@@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform
1515 s . source = { :path => '.' }
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'Flutter'
18- s . dependency 'Mindbox' , '2.9.0-rc '
19- s . dependency 'MindboxNotifications' , '2.9.0-rc '
18+ s . dependency 'Mindbox' , '2.9.0'
19+ s . dependency 'MindboxNotifications' , '2.9.0'
2020 s . platform = :ios , '10.0'
2121
2222 # Flutter.framework does not contain a i386 slice.
Original file line number Diff line number Diff line change 11name : mindbox_ios
22description : The implementation of 'mindbox' plugin for the iOS platform.
3- version : 2.9.0-rc
3+ version : 2.9.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_ios
66
@@ -18,7 +18,7 @@ flutter:
1818dependencies :
1919 flutter :
2020 sdk : flutter
21- mindbox_platform_interface : ^2.9.0-rc
21+ mindbox_platform_interface : ^2.9.1
2222
2323dev_dependencies :
2424 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 2.9.1
2+
3+ * Upgrade native Android SDK dependency to v2.9.1.
4+ * Upgrade native iOS SDK dependency to v2.9.0.
5+
16## 2.9.0-rc
27
38* Upgrade native Android SDK dependency to v2.9.0-rc.
49* Upgrade native iOS SDK dependency to v2.9.0-rc.
510
11+ ## 2.8.5
12+
13+ * Upgrade native iOS SDK dependency to v2.8.6.
14+
615## 2.8.4
716
817* Upgrade native Android SDK dependency to v2.8.5.
Original file line number Diff line number Diff line change 11name : mindbox_platform_interface
22description : Mindbox platform interface.
3- version : 2.9.0-rc
3+ version : 2.9.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_platform_interface
66
You can’t perform that action at this time.
0 commit comments