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 @@ -21,7 +21,7 @@ android {
2121
2222dependencies {
2323 compile ' com.facebook.react:react-native:0.20.+'
24- compile ' com.instabug.library:instabug:4+ '
24+ compile ' com.instabug.library:instabug:4.2.9 '
2525
2626}
2727
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ - (dispatch_queue_t)methodQueue {
241241 [Instabug setReportCategoriesWithTitles: titles iconNames: names];
242242}
243243
244- RCT_EXPORT_METHOD (setUserAttribute:(NSString *)value withKey :(NSString *)key ) {
244+ RCT_EXPORT_METHOD (setUserAttribute:(NSString *)key withValue :(NSString *)value ) {
245245 [Instabug setUserAttribute: value withKey: key];
246246}
247247
Original file line number Diff line number Diff line change 11{
22 "name" : " instabug-reactnative" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " React Native plugin for integrating the Instabug SDK" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments