File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 2022-06-06 Version 5.4.1
2+ - Update Android SDK to 5.1.5
3+ - Update iOS SDK to 1.42.0
4+
152022-02-10 Version 5.4.0
26 - Fix type definition of createBranchUniversalObject (Thanks v-fernandez!)
37 - Update Android SDK to 5.1.0
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ android {
3232dependencies {
3333 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
3434 implementation ' com.facebook.react:react-native:+' // From node_modules
35- api ' io.branch.sdk.android:library:5.1.0 '
35+ api ' io.branch.sdk.android:library:5.1.5 '
3636}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-branch" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.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,7 +22,7 @@ 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.41 .0'
25+ s . dependency 'Branch' , '1.42 .0'
2626 s . dependency 'React-Core' # to ensure the correct build order
2727
2828 # Swift/Objective-C compatibility
You can’t perform that action at this time.
0 commit comments