File tree Expand file tree Collapse file tree
src/main/java/com/appsflyer/reactnative Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ repositories {
7070dependencies {
7171 implementation " org.jetbrains.kotlin:kotlin-stdlib:1.7.10" // Add Kotlin standard library
7272 implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
73- api " com.appsflyer:af-android-sdk:${ safeExtGet('appsflyerVersion', '6.17.5 ')} "
73+ api " com.appsflyer:af-android-sdk:${ safeExtGet('appsflyerVersion', '6.17.6 ')} "
7474 implementation " com.android.installreferrer:installreferrer:${ safeExtGet('installReferrerVersion', '2.2')} "
7575 if (includeConnector){
7676 implementation ' com.appsflyer:purchase-connector:2.1.1'
Original file line number Diff line number Diff line change 66
77public class RNAppsFlyerConstants {
88
9- final static String PLUGIN_VERSION = "6.17.8 " ;
9+ final static String PLUGIN_VERSION = "6.17.9 " ;
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.8 " ;
25+ static NSString *const kAppsFlyerPluginVersion = @" 6.17.9 " ;
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" ;
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ Pod::Spec.new do |s|
3030 # AppsFlyerPurchaseConnector
3131 if defined? ( $AppsFlyerPurchaseConnector) && ( $AppsFlyerPurchaseConnector == true )
3232 Pod ::UI . puts "#{ s . name } : Including PurchaseConnector."
33- s . dependency 'PurchaseConnector' , '6.17.8 '
33+ s . dependency 'PurchaseConnector' , '6.17.9 '
3434 end
3535
3636 # AppsFlyerFramework
3737 if defined? ( $RNAppsFlyerStrictMode) && ( $RNAppsFlyerStrictMode == true )
3838 Pod ::UI . puts "#{ s . name } : Using AppsFlyerFramework/Strict mode"
39- s . dependency 'AppsFlyerFramework/Strict' , '6.17.8 '
39+ s . dependency 'AppsFlyerFramework/Strict' , '6.17.9 '
4040 s . xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
4141 else
4242 if !defined? ( $RNAppsFlyerStrictMode)
4343 Pod ::UI . puts "#{ s . name } : Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps."
4444 Pod ::UI . puts "#{ s . name } : You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps."
4545 end
46- s . dependency 'AppsFlyerFramework' , '6.17.8 '
46+ s . dependency 'AppsFlyerFramework' , '6.17.9 '
4747 end
4848end
You can’t perform that action at this time.
0 commit comments