File tree Expand file tree Collapse file tree 11 files changed +32
-14
lines changed
example/flutter_example/lib
mindbox_platform_interface Expand file tree Collapse file tree 11 files changed +32
-14
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ void main() {
21
21
22
22
ViewModel .requestPermissions ();
23
23
24
- ViewModel .chooseInAppCallback (ChooseInappCallback .customInAppCallback );
24
+ ViewModel .chooseInAppCallback (ChooseInappCallback .defaultInAppCallback );
25
25
26
26
runApp (const Example ());
27
27
Original file line number Diff line number Diff line change
1
+ ## 2.10.2-rc
2
+
3
+ * Upgrade native Android SDK dependency to v2.10.2-rc.
4
+ * Upgrade native iOS SDK dependency to v2.10.3-rc.
5
+
1
6
## 2.10.1
2
7
3
8
* Upgrade native Android SDK dependency to v2.10.1.
Original file line number Diff line number Diff line change 1
1
name : mindbox
2
2
description : Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK.
3
- version : 2.10.1
3
+ version : 2.10.2-rc
4
4
homepage : https://mindbox.cloud/
5
5
repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox
6
6
documentation : https://developers.mindbox.ru/docs/flutter-sdk-integration
@@ -20,9 +20,9 @@ flutter:
20
20
dependencies :
21
21
flutter :
22
22
sdk : flutter
23
- mindbox_android : ^2.10.1
24
- mindbox_ios : ^2.10.1
25
- mindbox_platform_interface : ^2.10.1
23
+ mindbox_android : ^2.10.2-rc
24
+ mindbox_ios : ^2.10.2-rc
25
+ mindbox_platform_interface : ^2.10.2-rc
26
26
27
27
dev_dependencies :
28
28
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 2.10.2-rc
2
+
3
+ * Upgrade native Android SDK dependency to v2.10.2-rc.
4
+
1
5
## 2.10.1
2
6
3
7
* Upgrade native Android SDK dependency to v2.10.1.
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ android {
49
49
dependencies {
50
50
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
51
51
52
- api ' cloud.mindbox:mobile-sdk:2.10.1 '
52
+ api ' cloud.mindbox:mobile-sdk:2.10.2-rc '
53
53
}
Original file line number Diff line number Diff line change 1
1
name : mindbox_android
2
2
description : The implementation of 'mindbox' plugin for the Android platform.
3
- version : 2.10.1
3
+ version : 2.10.2-rc
4
4
homepage : https://mindbox.cloud/
5
5
repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_android
6
6
@@ -19,7 +19,7 @@ flutter:
19
19
dependencies :
20
20
flutter :
21
21
sdk : flutter
22
- mindbox_platform_interface : ^2.10.1
22
+ mindbox_platform_interface : ^2.10.2-rc
23
23
24
24
dev_dependencies :
25
25
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 2.10.2-rc
2
+
3
+ * Upgrade native iOS SDK dependency to v2.10.3-rc.
4
+
1
5
## 2.10.1
2
6
3
7
* Upgrade native iOS SDK dependency to v2.10.2.
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'mindbox_ios'
7
- s . version = '2.10.1 '
7
+ s . version = '2.10.3-rc '
8
8
s . summary = 'Mindbox Flutter SDK'
9
9
s . description = <<-DESC
10
10
The implementation of 'mindbox' plugin for the iOS platform
@@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform
15
15
s . source = { :path => '.' }
16
16
s . source_files = 'Classes/**/*'
17
17
s . dependency 'Flutter'
18
- s . dependency 'Mindbox' , '2.10.2 '
19
- s . dependency 'MindboxNotifications' , '2.10.2 '
18
+ s . dependency 'Mindbox' , '2.10.3-rc '
19
+ s . dependency 'MindboxNotifications' , '2.10.3-rc '
20
20
s . platform = :ios , '10.0'
21
21
22
22
# Flutter.framework does not contain a i386 slice.
Original file line number Diff line number Diff line change 1
1
name : mindbox_ios
2
2
description : The implementation of 'mindbox' plugin for the iOS platform.
3
- version : 2.10.1
3
+ version : 2.10.2-rc
4
4
homepage : https://mindbox.cloud/
5
5
repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_ios
6
6
@@ -18,7 +18,7 @@ flutter:
18
18
dependencies :
19
19
flutter :
20
20
sdk : flutter
21
- mindbox_platform_interface : ^2.10.1
21
+ mindbox_platform_interface : ^2.10.2-rc
22
22
23
23
dev_dependencies :
24
24
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 2.10.2-rc
2
+
3
+ * Upgrade native Android SDK dependency to v2.10.2-rc.
4
+ * Upgrade native iOS SDK dependency to v2.10.3-rc.
5
+
1
6
## 2.10.1
2
7
3
8
* Upgrade native Android SDK dependency to v2.10.1.
You can’t perform that action at this time.
0 commit comments