File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 2.1.6
2+
3+ * Upgrade Android SDK dependency to v2.1.10.
4+ * Previously, in some cases on Android the picture in rich-push notifications was not displayed when the phone was turned off. Now we fixed it.
5+
16## 2.1.5
27
38* Upgrade Android SDK dependency to v2.1.9.
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.5
3+ version : 2.1.6
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66
@@ -19,11 +19,12 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- mindbox_android : ^2.1.4
22+ mindbox_android : ^2.1.5
2323 mindbox_ios : ^2.1.3
2424 mindbox_platform_interface : ^2.1.1
2525
2626dev_dependencies :
2727 flutter_test :
2828 sdk : flutter
29- flutter_lints : ^2.0.1
29+ flutter_lints : ^2.0.1
30+
Original file line number Diff line number Diff line change 1+ ## 2.1.5
2+
3+ * Upgrade native SDK dependency to v2.1.10.
4+ * Previously, in some cases the picture in rich-push notifications was not displayed when the phone was turned off. Now we fixed it.
5+
16## 2.1.4
27
38* Upgrade native SDK dependency to v2.1.9.
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.9 '
52+ implementation ' cloud.mindbox:mobile-sdk:2.1.10 '
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.4
3+ version : 2.1.5
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66
@@ -24,4 +24,5 @@ dependencies:
2424dev_dependencies :
2525 flutter_test :
2626 sdk : flutter
27- flutter_lints : ^2.0.1
27+ flutter_lints : ^2.0.1
28+
You can’t perform that action at this time.
0 commit comments