File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33def getNpmVersion () {
4- def pluginVersion = " 4.2.2 "
4+ def pluginVersion = " 4.3.0 "
55 return pluginVersion
66}
77
Original file line number Diff line number Diff line change 1919NSString * _Nonnull const RNBranchConfigAppleSearchAdsDebugModeOption = @" appleSearchAdsDebugMode" ;
2020NSString * _Nonnull const RNBranchConfigDeferInitializationForJSLoadOption = @" deferInitializationForJSLoad" ;
2121
22- NSString * const RNBNC_PLUGIN_VERSION = @" 4.2.2 " ;
22+ NSString * const RNBNC_PLUGIN_VERSION = @" 4.3.0 " ;
2323
2424@interface RNBranchConfig ()
2525@property (nonatomic ) NSDictionary *configuration;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-branch" ,
3- "version" : " 4.2.2 " ,
3+ "version" : " 4.3.0 " ,
44 "description" : " Branch Metrics React Native SDK" ,
55 "main" : " src/index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments