Skip to content

Commit 39e9ee9

Browse files
committed
looks as though 1.40.2 is available, use latest instead of older version for testing
1 parent 2840b7e commit 39e9ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ 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 'Branch', '1.40.0'
25+
s.dependency 'Branch', '1.40.2'
2626
s.dependency 'React' # to ensure the correct build order
2727
end

0 commit comments

Comments
 (0)