Skip to content

Commit

Permalink
[SDK-2345] Updated native SDK versions to support setting apiURL in b…
Browse files Browse the repository at this point in the history
…ranch.json (#969)

Updated native SDK versions
  • Loading branch information
nsingh-branch authored Apr 2, 2024
1 parent 895c2bd commit c92fd6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-04-01 Version 6.2.0

- Update Android SDK to 5.11.0
- Update iOS SDK 3.4.0
- Added support for changing the Branch base API URL through the `branch.json` file

2024-02-29 Version 6.1.0

- Update Android SDK to 5.9.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ def safeExtGet(prop, fallback) {
dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'com.facebook.react:react-native:+' // From node_modules
api 'io.branch.sdk.android:library:5.9.0'
api 'io.branch.sdk.android:library:5.11.0'
}
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.1.0",
"version": "6.2.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.2.0'
s.dependency 'BranchSDK', '3.4.0'
s.dependency 'React-Core' # to ensure the correct build order

# Swift/Objective-C compatibility
Expand Down

0 comments on commit c92fd6b

Please sign in to comment.