Skip to content

Commit d509169

Browse files
Release/2.1.6 (#37)
* upgrade Android dependency to 2.1.10 (#36)
1 parent 35fc277 commit d509169

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
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.6
2+
3+
* Upgrade Android SDK dependency to v2.1.10.
4+
* Previously, in some cases on Android the picture in rich-push notifications was not displayed when the phone was turned off. Now we fixed it.
5+
16
## 2.1.5
27

38
* Upgrade Android SDK dependency to v2.1.9.

mindbox/pubspec.yaml

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

@@ -19,11 +19,12 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
mindbox_android: ^2.1.4
22+
mindbox_android: ^2.1.5
2323
mindbox_ios: ^2.1.3
2424
mindbox_platform_interface: ^2.1.1
2525

2626
dev_dependencies:
2727
flutter_test:
2828
sdk: flutter
29-
flutter_lints: ^2.0.1
29+
flutter_lints: ^2.0.1
30+

mindbox_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.5
2+
3+
* Upgrade native SDK dependency to v2.1.10.
4+
* Previously, in some cases the picture in rich-push notifications was not displayed when the phone was turned off. Now we fixed it.
5+
16
## 2.1.4
27

38
* Upgrade native SDK dependency to v2.1.9.

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

mindbox_android/pubspec.yaml

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

@@ -24,4 +24,5 @@ dependencies:
2424
dev_dependencies:
2525
flutter_test:
2626
sdk: flutter
27-
flutter_lints: ^2.0.1
27+
flutter_lints: ^2.0.1
28+

0 commit comments

Comments
 (0)