Skip to content

Commit

Permalink
Merge pull request #716 from BranchMetrics/Release-5.4.1
Browse files Browse the repository at this point in the history
Release 5.4.1
  • Loading branch information
gdeluna-branch authored Jun 9, 2022
2 parents 9ed14c8 + 1dbbc70 commit 461f2b8
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@
2022-06-06 Version 5.4.1
- Update Android SDK to 5.1.5
- Update iOS SDK to 1.42.0

2022-02-10 Version 5.4.0
- Fix type definition of createBranchUniversalObject (Thanks v-fernandez!)
- Update Android SDK to 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ android {
dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'com.facebook.react:react-native:+' // From node_modules
api 'io.branch.sdk.android:library:5.1.0'
api 'io.branch.sdk.android:library:5.1.5'
}
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": "5.4.0",
"version": "5.4.1",
"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 'Branch', '1.41.0'
s.dependency 'Branch', '1.42.0'
s.dependency 'React-Core' # to ensure the correct build order

# Swift/Objective-C compatibility
Expand Down

0 comments on commit 461f2b8

Please sign in to comment.