File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ 2021-10-29 Version 5.2.1
2+ - Update iOS SDK to 1.40.2
3+
142021-10-27 Version 5.2.0
25 - Update iOS SDK to 1.40.1
36 - Update Android SDK to 5.0.14
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-branch" ,
3- "version" : " 5.2.0 " ,
3+ "version" : " 5.2.1 " ,
44 "description" : " Branch Metrics React Native SDK" ,
55 "main" : " src/index.js" ,
66 "types" : " src/index.d.ts" ,
Original file line number Diff line number Diff 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.1 '
25+ s . dependency 'Branch' , '1.40.2 '
2626 s . dependency 'React' # to ensure the correct build order
2727end
You can’t perform that action at this time.
0 commit comments