Skip to content

Commit 603c3c2

Browse files
Merge pull request #26 from mindbox-moscow/release/2.1.1
Changes: - upgrade iOS SDK dependency to v2.1.1 - upgrade Android SDK dependency to v2.1.4
2 parents 95dff71 + bba8100 commit 603c3c2

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

mindbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.1
2+
3+
* Upgrade iOS SDK dependency to v.2.1.1.
4+
* Upgrade Android SDK dependency to v2.1.4.
5+
16
## 2.1.0
27

38
* Upgrade iOS SDK dependency to v.2.1.0.

mindbox/pubspec.yaml

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

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

2626
dev_dependencies:

mindbox_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
* Upgrade native SDK dependency to v2.1.4.
4+
15
## 2.1.0
26

37
* Upgrade native SDK dependency to v2.1.3.

mindbox_android/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# mindbox_android
2-
***
2+
33
The Android implementation of [`mindbox`][1] plugin.
44

55
## Usage
6-
***
6+
77
You can simply use [`mindbox`][1] normally. This package will be automatically included in your app when you do.
88

99
[1]: ../mindbox

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.3'
52+
implementation 'cloud.mindbox:mobile-sdk:2.1.4'
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.0
3+
version: 2.1.1
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
66

mindbox_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
* Upgrade native SDK dependency to v.2.1.1.
4+
15
## 2.1.0
26

37
* Upgrade native SDK dependency to v.2.1.0.

mindbox_ios/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# mindbox_ios
2-
***
2+
33
The iOS implementation of [`mindbox`][1] plugin.
4+
45
## Usage
5-
***
6+
67
You can simply use [`mindbox`][1] normally. This package will be automatically included in your app when you do.
78

89
[1]: ../mindbox

mindbox_ios/ios/mindbox_ios.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mindbox_ios'
7-
s.version = '2.1.0'
7+
s.version = '2.1.1'
88
s.summary = 'Mindbox Flutter SDK'
99
s.description = <<-DESC
1010
The implementation of 'mindbox' plugin for the iOS platform
@@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Mindbox', '2.1.0'
19-
s.dependency 'MindboxNotifications', '2.1.0'
18+
s.dependency 'Mindbox', '2.1.1'
19+
s.dependency 'MindboxNotifications', '2.1.1'
2020
s.platform = :ios, '10.0'
2121

2222
# Flutter.framework does not contain a i386 slice.

mindbox_ios/pubspec.yaml

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

0 commit comments

Comments
 (0)