Skip to content

Commit 3f80790

Browse files
Merge pull request #33 from mindbox-moscow/release/2.1.4
Release 2.1.4 * Upgrade Android SDK dependency to v2.1.6.
2 parents d68822d + dd5c80f commit 3f80790

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

mindbox/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.1.4
2+
* Upgrade Android SDK dependency to v2.1.6.
3+
14
## 2.1.3
25

36
* Upgrade iOS Mindbox SDK dependency to v2.1.2.

mindbox/pubspec.yaml

Lines changed: 2 additions & 2 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.3
3+
version: 2.1.4
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66

@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
mindbox_android: ^2.1.2
22+
mindbox_android: ^2.1.3
2323
mindbox_ios: ^2.1.2
2424
mindbox_platform_interface: ^2.1.0
2525

mindbox_android/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 2.1.3
2+
3+
* Upgrade native SDK dependency to v2.1.6.
4+
15
## 2.1.2
26

3-
* Upgrade Native SDK dependency to v2.1.5.
7+
* Upgrade native SDK dependency to v2.1.5.
48
* Upgrade HMS upgraded to 6.5.0.300.
59
* Fix bug on Android after reinitialization (changing your domain, endpoint and shouldCreateCustomer parameters in existing SDK integration).
610

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.5'
52+
implementation 'cloud.mindbox:mobile-sdk:2.1.6'
5353
}

mindbox_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2
3+
version: 2.1.3
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66

0 commit comments

Comments
 (0)