Skip to content

Commit

Permalink
Bump SDK version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enotniy committed Jun 7, 2024
1 parent 8e096c0 commit 3183b72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.9.0"
s.dependency "MindboxNotifications", "2.9.0"
s.dependency "Mindbox", "2.10.0"
s.dependency "MindboxNotifications", "2.10.0"
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
api 'cloud.mindbox:mobile-sdk:2.9.1'
api 'cloud.mindbox:mobile-sdk:2.10.0'
}
6 changes: 3 additions & 3 deletions example/exampleApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ target 'exampleApp' do
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
pod 'Mindbox', '2.9.0'
pod 'Mindbox', '2.10.0'

target 'MindboxNotificationServiceExtension' do
pod 'MindboxNotifications', '2.9.0'
pod 'MindboxNotifications', '2.10.0'
end

target 'MindboxNotificationContentExtension' do
pod 'MindboxNotifications', '2.9.0'
pod 'MindboxNotifications', '2.10.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mindbox-sdk",
"version": "2.9.1",
"target-version": "2.9.1",
"target-version": "2.10.0",
"description": "SDK for integration React Native mobile apps with Mindbox",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 3183b72

Please sign in to comment.