Skip to content

Commit

Permalink
Merge pull request #480 from AppsFlyerSDK/dev/DELIVERY-39469/update-t…
Browse files Browse the repository at this point in the history
…o-6.12.1

DELIVERY-39469: update platform extension version
  • Loading branch information
amit-kremer93 authored Jul 24, 2023
2 parents 90c89e7 + d6269ed commit 010fe65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class RNAppsFlyerConstants {

final static String PLUGIN_VERSION = "6.10.3";
final static String PLUGIN_VERSION = "6.12.1";
final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty";
final static String UNKNOWN_ERROR = "AF Unknown Error";
final static String SUCCESS = "Success";
Expand Down
2 changes: 1 addition & 1 deletion ios/RNAppsFlyer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@end


static NSString *const kAppsFlyerPluginVersion = @"6.10.3";
static NSString *const kAppsFlyerPluginVersion = @"6.12.1";
static NSString *const NO_DEVKEY_FOUND = @"No 'devKey' found or its empty";
static NSString *const NO_APPID_FOUND = @"No 'appId' found or its empty";
static NSString *const NO_EVENT_NAME_FOUND = @"No 'eventName' found or its empty";
Expand Down

0 comments on commit 010fe65

Please sign in to comment.