Skip to content

Commit 2b0c52f

Browse files
Release 6.3.0 (#1034)
* Updated versions * Updated Android SDK version to 5.12.4
1 parent a05009f commit 2b0c52f

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-09-26 Version 6.3.0
2+
- Update iOS SDK to 3.6.3
3+
- Update Android SDK to 5.12.4
4+
15
2024-06-11 Version 6.2.2
26
- Update iOS SDK to 3.4.4
37
- Update Android SDK to 5.12.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.12.1'
50+
api 'io.branch.sdk.android:library:5.12.4'
5151
}

branch-sdk-automation-testbed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@react-native-community/push-notification-ios": "^1.10.1",
1717
"@react-navigation/native": "^6.0.11",
1818
"@react-navigation/native-stack": "^6.7.0",
19-
"@react-navigation/stack": "^6.2.2",
19+
"@react-navigation/stack": "^6.3.0",
2020
"@types/react-native-push-notification": "^8.1.1",
2121
"react": "18.0.0",
2222
"react-native": "0.69.1",
23-
"react-native-branch": "6.2.2-alpha.0",
23+
"react-native-branch": "6.3.0",
2424
"react-native-dropdown-picker": "^5.4.2",
2525
"react-native-json-tree": "^1.3.0",
2626
"react-native-keyboard-aware-scroll-view": "^0.9.5",

branchreactnativetestbed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.2.0",
1414
"react-native": "0.72.5",
15-
"react-native-branch": "6.2.2-alpha.0"
15+
"react-native-branch": "6.3.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

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.2.2",
3+
"version": "6.3.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.4.4'
25+
s.dependency 'BranchSDK', '3.6.3'
2626
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility

0 commit comments

Comments
 (0)