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 {
21
21
22
22
dependencies {
23
23
compile ' com.facebook.react:react-native:0.20.+'
24
- compile ' com.instabug.library:instabug:4+ '
24
+ compile ' com.instabug.library:instabug:4.2.9 '
25
25
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ - (dispatch_queue_t)methodQueue {
241
241
[Instabug setReportCategoriesWithTitles: titles iconNames: names];
242
242
}
243
243
244
- RCT_EXPORT_METHOD (setUserAttribute:(NSString *)value withKey :(NSString *)key ) {
244
+ RCT_EXPORT_METHOD (setUserAttribute:(NSString *)key withValue :(NSString *)value ) {
245
245
[Instabug setUserAttribute: value withKey: key];
246
246
}
247
247
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments