Skip to content

Commit 52d54eb

Browse files
Release 6.6.0 (#1065)
- Update iOS SDK to 3.10.0 - Update Android SDK to 5.16.1
1 parent 499ec7b commit 52d54eb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-03-27 Version 6.6.0
2+
- Update iOS SDK to 3.10.0
3+
- Update Android SDK to 5.16.1
4+
15
2025-02-07 Version 6.5.0
26
- Update iOS SDK to 3.9.0
37
- Update Android SDK to 5.15.1

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ def safeExtGet(prop, fallback) {
4747
dependencies {
4848
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
4949
implementation 'com.facebook.react:react-native:+' // From node_modules
50-
api 'io.branch.sdk.android:library:5.15.1'
50+
api 'io.branch.sdk.android:library:5.16.1'
5151
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

react-native-branch.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
25-
s.dependency 'BranchSDK', '3.9.0'
25+
s.dependency 'BranchSDK', '3.10.0'
2626
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility

0 commit comments

Comments
 (0)