Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeluna-branch committed Oct 30, 2024
1 parent 2b0c52f commit 821b557
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-29 Version 6.4.0
- Update iOS SDK to 3.6.5
- Update Android SDK to 5.13.0

2024-09-26 Version 6.3.0
- Update iOS SDK to 3.6.3
- Update Android SDK to 5.12.4
Expand Down
3 changes: 2 additions & 1 deletion branch-sdk-automation-testbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-native-push-notification": "^8.1.1",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-branch": "6.3.0",
"react-native-branch": "6.4.0-alpha.0",
"react-native-dropdown-picker": "^5.4.2",
"react-native-json-tree": "^1.3.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
Expand All @@ -35,6 +35,7 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/cli": "latest",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.0",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "6.3.0",
"version": "6.4.0-alpha.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-branch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.source_files = [ "ios/*.h", "ios/*.m"]
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
s.header_dir = 'RNBranch' # also sets generated module name
s.dependency 'BranchSDK', '3.6.3'
s.dependency 'BranchSDK', '3.6.5'
s.dependency 'React-Core' # to ensure the correct build order

# Swift/Objective-C compatibility
Expand Down

0 comments on commit 821b557

Please sign in to comment.