Skip to content

Commit 7f1cb9c

Browse files
Merge pull request #29 from mindbox-moscow/release/2.1.2
Release 2.1.2 * Upgrade Android SDK dependency to v2.1.5. * Upgrade HMS upgraded to 6.5.0.300. * Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
2 parents 603c3c2 + b5fcfd4 commit 7f1cb9c

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

mindbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.2
2+
3+
* Upgrade Android SDK dependency to v2.1.5.
4+
* Upgrade HMS upgraded to 6.5.0.300.
5+
* Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
6+
17
## 2.1.1
28

39
* Upgrade iOS SDK dependency to v.2.1.1.

mindbox/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mindbox
22
description: Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK.
3-
version: 2.1.1
3+
version: 2.1.2
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66

@@ -19,9 +19,9 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
mindbox_android: ^2.1.1
23-
mindbox_ios: ^2.1.1
24-
mindbox_platform_interface: ^2.1.0
22+
mindbox_android: 2.1.2
23+
mindbox_ios: 2.1.1
24+
mindbox_platform_interface: 2.1.0
2525

2626
dev_dependencies:
2727
flutter_test:

mindbox_android/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.2
2+
3+
* Upgrade Native SDK dependency to v2.1.5.
4+
* Upgrade HMS upgraded to 6.5.0.300.
5+
* Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
6+
17
## 2.1.1
28

39
* Upgrade native SDK dependency to v2.1.4.

mindbox_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ android {
4949

5050
dependencies {
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52-
implementation 'cloud.mindbox:mobile-sdk:2.1.4'
52+
implementation 'cloud.mindbox:mobile-sdk:2.1.5'
5353
}

mindbox_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mindbox_android
22
description: The implementation of 'mindbox' plugin for the Android platform.
3-
version: 2.1.1
3+
version: 2.1.2
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66

@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
mindbox_platform_interface: ^2.1.0
22+
mindbox_platform_interface: 2.1.0
2323

2424
dev_dependencies:
2525
flutter_test:

mindbox_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flutter:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
mindbox_platform_interface: ^2.1.0
21+
mindbox_platform_interface: 2.1.0
2222

2323
dev_dependencies:
2424
flutter_test:

mindbox_platform_interface/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: Mindbox platform interface.
33
version: 2.1.0
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_platform_interface
6-
publish_to: none
76

87
environment:
98
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)