Skip to content

Commit

Permalink
Bump ios pods version to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
enotniy committed Mar 28, 2024
1 parent 039b6b5 commit ea4f801
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [2.8.3] - 2024-03-15
## [2.8.3] - 2024-03-28

### Changes
- upgrade Android SDK dependency to v2.8.5
- upgrade iOS SDK dependency to v.2.8.4
- upgrade iOS SDK dependency to v.2.8.5

## [2.8.2] - 2023-12-26

Expand Down
4 changes: 2 additions & 2 deletions MindboxSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |s|

s.dependency "React-Core"

s.dependency "Mindbox", "2.8.4"
s.dependency "MindboxNotifications", "2.8.4"
s.dependency "Mindbox", "2.8.5"
s.dependency "MindboxNotifications", "2.8.5"
end
6 changes: 3 additions & 3 deletions example/exampleApp/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ dependencies {
implementation "com.facebook.react:react-native:0.73.3"

// Integration of Mindbox SDK and necessary Firebase and Huawei services for mobile push notifications functionality
implementation 'cloud.mindbox:mobile-sdk:2.8.2'
implementation 'cloud.mindbox:mobile-sdk:2.8.5'
implementation platform('com.google.firebase:firebase-bom:29.3.1')
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-messaging-ktx'
implementation 'cloud.mindbox:mindbox-firebase:2.8.2'
implementation 'cloud.mindbox:mindbox-huawei:2.8.2'
implementation 'cloud.mindbox:mindbox-firebase:2.8.5'
implementation 'cloud.mindbox:mindbox-huawei:2.8.5'
implementation 'com.huawei.hms:push:6.7.0.300'

if (hermesEnabled.toBoolean()) {
Expand Down

0 comments on commit ea4f801

Please sign in to comment.