Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6401e7

Browse files
author
Akylbek Utekeshev
committed
MBX-0000 Bump Example to 2.11.0
1 parent 5171fc1 commit d6401e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example/flutter_example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ flutter {
6363
source '../..'
6464
}
6565

66-
ext.mindbox_version = "2.10.0"
66+
ext.mindbox_version = "2.11.0"
6767

6868
dependencies {
6969
implementation 'androidx.multidex:multidex:2.0.1'

example/flutter_example/ios/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ target 'Runner' do
3131
use_frameworks!
3232
use_modular_headers!
3333
# add this pod if doesn't use MindboxFlutterAppDelegate
34-
pod 'Mindbox'
34+
pod 'Mindbox', '2.11.0'
3535
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3636
# target 'RunnerTests' do
3737
# inherit! :search_paths
@@ -42,12 +42,12 @@ end
4242

4343
target 'MindboxNotificationServiceExtension' do
4444
use_frameworks!
45-
pod 'MindboxNotifications', '2.10.2'
45+
pod 'MindboxNotifications', '2.11.0'
4646
end
4747

4848
target 'MindboxNotificationContentExtension' do
4949
use_frameworks!
50-
pod 'MindboxNotifications', '2.10.2'
50+
pod 'MindboxNotifications', '2.11.0'
5151
end
5252

5353
post_install do |installer|

example/flutter_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
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
1515
permission_handler: ^11.3.1
1616
url_launcher: ^6.2.6
1717
shared_preferences: ^2.0.17

0 commit comments

Comments
 (0)