File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 2.1.4
2+ * Upgrade Android SDK dependency to v2.1.6.
3+
14## 2.1.3
25
36* Upgrade iOS Mindbox SDK dependency to v2.1.2.
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.3
3+ version : 2.1.4
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66
@@ -19,7 +19,7 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- mindbox_android : ^2.1.2
22+ mindbox_android : ^2.1.3
2323 mindbox_ios : ^2.1.2
2424 mindbox_platform_interface : ^2.1.0
2525
Original file line number Diff line number Diff line change 1+ ## 2.1.3
2+
3+ * Upgrade native SDK dependency to v2.1.6.
4+
15## 2.1.2
26
3- * Upgrade Native SDK dependency to v2.1.5.
7+ * Upgrade native SDK dependency to v2.1.5.
48* Upgrade HMS upgraded to 6.5.0.300.
59* Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
610
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.5 '
52+ implementation ' cloud.mindbox:mobile-sdk:2.1.6 '
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.2
3+ version : 2.1.3
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66
You can’t perform that action at this time.
0 commit comments