File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ description: Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK
33version : 2.1.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
6- publish_to : none
76
87environment :
98 sdk : " >=2.12.0 <3.0.0"
@@ -20,12 +19,9 @@ flutter:
2019dependencies :
2120 flutter :
2221 sdk : flutter
23- mindbox_android :
24- path : ../../flutter-sdk/mindbox_android
25- mindbox_ios :
26- path : ../../flutter-sdk/mindbox_ios
27- mindbox_platform_interface :
28- path : ../../flutter-sdk/mindbox_platform_interface
22+ mindbox_android : ^2.1.1
23+ mindbox_ios : ^2.1.1
24+ mindbox_platform_interface : ^2.1.0
2925
3026dev_dependencies :
3127 flutter_test :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ description: The implementation of 'mindbox' plugin for the Android platform.
33version : 2.1.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
6- publish_to : none
76
87environment :
98 sdk : " >=2.12.0 <3.0.0"
@@ -20,8 +19,7 @@ flutter:
2019dependencies :
2120 flutter :
2221 sdk : flutter
23- mindbox_platform_interface :
24- path : ../../flutter-sdk/mindbox_platform_interface
22+ mindbox_platform_interface : ^2.1.0
2523
2624dev_dependencies :
2725 flutter_test :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ description: The implementation of 'mindbox' plugin for the iOS platform.
33version : 2.1.1
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_ios
6- publish_to : none
76
87environment :
98 sdk : " >=2.12.0 <3.0.0"
@@ -19,8 +18,7 @@ flutter:
1918dependencies :
2019 flutter :
2120 sdk : flutter
22- mindbox_platform_interface :
23- path : ../../flutter-sdk/mindbox_platform_interface
21+ mindbox_platform_interface : ^2.1.0
2422
2523dev_dependencies :
2624 flutter_test :
You can’t perform that action at this time.
0 commit comments