File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/src/main/java/com/appsflyer/reactnative Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77public class RNAppsFlyerConstants {
88
9- final static String PLUGIN_VERSION = "6.17.7 " ;
9+ final static String PLUGIN_VERSION = "6.17.8 " ;
1010 final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty" ;
1111 final static String UNKNOWN_ERROR = "AF Unknown Error" ;
1212 final static String SUCCESS = "Success" ;
Original file line number Diff line number Diff line change 2222@end
2323
2424
25- static NSString *const kAppsFlyerPluginVersion = @" 6.17.7 " ;
25+ static NSString *const kAppsFlyerPluginVersion = @" 6.17.8 " ;
2626static NSString *const NO_DEVKEY_FOUND = @" No 'devKey' found or its empty" ;
2727static NSString *const NO_APPID_FOUND = @" No 'appId' found or its empty" ;
2828static NSString *const NO_EVENT_NAME_FOUND = @" No 'eventName' found or its empty" ;
You can’t perform that action at this time.
0 commit comments