diff --git a/android/build.gradle b/android/build.gradle index fae5177cd..506e9710e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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.5.0' + api 'io.branch.sdk.android:library:5.7.0' } diff --git a/react-native-branch.podspec b/react-native-branch.podspec index 183ec863d..54fd5ef6e 100644 --- a/react-native-branch.podspec +++ b/react-native-branch.podspec @@ -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', '2.2.0' + s.dependency 'BranchSDK', '2.2.1' s.dependency 'React-Core' # to ensure the correct build order # Swift/Objective-C compatibility