File tree Expand file tree Collapse file tree 7 files changed +20
-9
lines changed
mindbox_platform_interface Expand file tree Collapse file tree 7 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1+ ## 2.1.2
2+
3+ * Upgrade Android SDK dependency to v2.1.5.
4+ * Upgrade HMS upgraded to 6.5.0.300.
5+ * Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
6+
17## 2.1.1
28
39* Upgrade iOS SDK dependency to v.2.1.1.
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.1
3+ version : 2.1.2
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66
@@ -19,9 +19,9 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- mindbox_android : ^ 2.1.1
23- mindbox_ios : ^ 2.1.1
24- mindbox_platform_interface : ^ 2.1.0
22+ mindbox_android : 2.1.2
23+ mindbox_ios : 2.1.1
24+ mindbox_platform_interface : 2.1.0
2525
2626dev_dependencies :
2727 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 2.1.2
2+
3+ * Upgrade Native SDK dependency to v2.1.5.
4+ * Upgrade HMS upgraded to 6.5.0.300.
5+ * Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
6+
17## 2.1.1
28
39* Upgrade native SDK dependency to v2.1.4.
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.4 '
52+ implementation ' cloud.mindbox:mobile-sdk:2.1.5 '
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.1
3+ version : 2.1.2
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66
@@ -19,7 +19,7 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- mindbox_platform_interface : ^ 2.1.0
22+ mindbox_platform_interface : 2.1.0
2323
2424dev_dependencies :
2525 flutter_test :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ flutter:
1818dependencies :
1919 flutter :
2020 sdk : flutter
21- mindbox_platform_interface : ^ 2.1.0
21+ mindbox_platform_interface : 2.1.0
2222
2323dev_dependencies :
2424 flutter_test :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ description: Mindbox platform interface.
33version : 2.1.0
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_platform_interface
6- publish_to : none
76
87environment :
98 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments