Skip to content

Commit 9c2bf43

Browse files
Bump RN SDK versions: core=2.13.4, android=2.13.4, ios=2.13.4
1 parent 2e1bbd0 commit 9c2bf43

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Changes
6+
- Upgrade Android SDK dependency to v2.13.4
7+
- Upgrade iOS SDK dependency to v2.13.4
8+
9+
310
## [2.13.1] - 2025-04-03
411

512
### Changes

MindboxSdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717

1818
s.dependency "React-Core"
1919

20-
s.dependency "Mindbox", "2.13.1"
21-
s.dependency "MindboxNotifications", "2.13.1"
20+
s.dependency "Mindbox", "2.13.4"
21+
s.dependency "MindboxNotifications", "2.13.4"
2222
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ dependencies {
126126
// noinspection GradleDynamicVersion
127127
api 'com.facebook.react:react-native:+'
128128
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
129-
api 'cloud.mindbox:mobile-sdk:2.13.0'
129+
api 'cloud.mindbox:mobile-sdk:2.13.4'
130130
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mindbox-sdk",
33
"version": "2.13.1",
4-
"target-version": "2.13.1",
4+
"target-version": "2.13.4",
55
"description": "SDK for integration React Native mobile apps with Mindbox",
66
"main": "lib/commonjs/index",
77
"module": "lib/module/index",

0 commit comments

Comments
 (0)