Skip to content

Commit 2439c9a

Browse files
Merge pull request #25 from mindbox-moscow/262-upgrade-native-dependencies
262 upgrade native dependencies
2 parents 1d598de + 934dde5 commit 2439c9a

File tree

11 files changed

+28
-13
lines changed

11 files changed

+28
-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: 1 addition & 1 deletion
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
publish_to: none

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: 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.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
publish_to: none
@@ -21,7 +21,7 @@ dependencies:
2121
flutter:
2222
sdk: flutter
2323
mindbox_platform_interface:
24-
path: ../../flutter-sdk/mindbox
24+
path: ../../flutter-sdk/mindbox_platform_interface
2525

2626
dev_dependencies:
2727
flutter_test:

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: 2 additions & 2 deletions
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
publish_to: none
@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222
mindbox_platform_interface:
23-
path: ../../flutter-sdk/mindbox
23+
path: ../../flutter-sdk/mindbox_platform_interface
2424

2525
dev_dependencies:
2626
flutter_test:

0 commit comments

Comments
 (0)