File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ flutter {
63
63
source ' ../..'
64
64
}
65
65
66
- ext. mindbox_version = " 2.10 .0"
66
+ ext. mindbox_version = " 2.11 .0"
67
67
68
68
dependencies {
69
69
implementation ' androidx.multidex:multidex:2.0.1'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ target 'Runner' do
31
31
use_frameworks!
32
32
use_modular_headers!
33
33
# add this pod if doesn't use MindboxFlutterAppDelegate
34
- pod 'Mindbox'
34
+ pod 'Mindbox' , '2.11.0'
35
35
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
36
36
# target 'RunnerTests' do
37
37
# inherit! :search_paths
42
42
43
43
target 'MindboxNotificationServiceExtension' do
44
44
use_frameworks!
45
- pod 'MindboxNotifications' , '2.10.2 '
45
+ pod 'MindboxNotifications' , '2.11.0 '
46
46
end
47
47
48
48
target 'MindboxNotificationContentExtension' do
49
49
use_frameworks!
50
- pod 'MindboxNotifications' , '2.10.2 '
50
+ pod 'MindboxNotifications' , '2.11.0 '
51
51
end
52
52
53
53
post_install do |installer |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
cupertino_icons : ^1.0.6
14
- mindbox : ^2.10 .0 # https://developers.mindbox.ru/docs/add-sdk-flutter
14
+ mindbox : ^2.11 .0 # https://developers.mindbox.ru/docs/add-sdk-flutter
15
15
permission_handler : ^11.3.1
16
16
url_launcher : ^6.2.6
17
17
shared_preferences : ^2.0.17
You can’t perform that action at this time.
0 commit comments