File tree Expand file tree Collapse file tree 12 files changed +29
-13
lines changed
mindbox_platform_interface Expand file tree Collapse file tree 12 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 2.1.1
2+
3+ * Upgrade iOS SDK dependency to v.2.1.1.
4+ * Upgrade Android SDK dependency to v2.1.4.
5+
16## 2.1.0
27
38* Upgrade iOS SDK dependency to v.2.1.0.
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.1.0
3+ version : 2.1.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66
@@ -19,8 +19,8 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- mindbox_android : ^2.1.0
23- mindbox_ios : ^2.1.0
22+ mindbox_android : ^2.1.1
23+ mindbox_ios : ^2.1.1
2424 mindbox_platform_interface : ^2.1.0
2525
2626dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 2.1.1
2+
3+ * Upgrade native SDK dependency to v2.1.4.
4+
15## 2.1.0
26
37* Upgrade native SDK dependency to v2.1.3.
Original file line number Diff line number Diff line change 11# mindbox_android
2- ***
2+
33The Android implementation of [ ` mindbox ` ] [ 1 ] plugin.
44
55## Usage
6- ***
6+
77You can simply use [ ` mindbox ` ] [ 1 ] normally. This package will be automatically included in your app when you do.
88
99[ 1 ] : ../mindbox
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ android {
4949
5050dependencies {
5151 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
52- implementation ' cloud.mindbox:mobile-sdk:2.1.3 '
52+ implementation ' cloud.mindbox:mobile-sdk:2.1.4 '
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.1.0
3+ version : 2.1.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66
Original file line number Diff line number Diff line change 1+ ## 2.1.1
2+
3+ * Upgrade native SDK dependency to v.2.1.1.
4+
15## 2.1.0
26
37* Upgrade native SDK dependency to v.2.1.0.
Original file line number Diff line number Diff line change 11# mindbox_ios
2- ***
2+
33The iOS implementation of [ ` mindbox ` ] [ 1 ] plugin.
4+
45## Usage
5- ***
6+
67You can simply use [ ` mindbox ` ] [ 1 ] normally. This package will be automatically included in your app when you do.
78
89[ 1 ] : ../mindbox
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.1.0 '
7+ s . version = '2.1.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.1.0 '
19- s . dependency 'MindboxNotifications' , '2.1.0 '
18+ s . dependency 'Mindbox' , '2.1.1 '
19+ s . dependency 'MindboxNotifications' , '2.1.1 '
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.1.0
3+ version : 2.1.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_ios
66
You can’t perform that action at this time.
0 commit comments