File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ repositories {
5454dependencies {
5555 implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
5656 implementation " com.android.installreferrer:installreferrer:${ safeExtGet('installReferrerVersion', '2.1')} "
57- api " com.appsflyer:af-android-sdk:${ safeExtGet('appsflyerVersion', '6.15.1 ')} "
57+ api " com.appsflyer:af-android-sdk:${ safeExtGet('appsflyerVersion', '6.15.2 ')} "
5858}
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Pod::Spec.new do |s|
1818 # AppsFlyerFramework
1919 if defined? ( $RNAppsFlyerStrictMode) && ( $RNAppsFlyerStrictMode == true )
2020 Pod ::UI . puts "#{ s . name } : Using AppsFlyerFramework/Strict mode"
21- s . dependency 'AppsFlyerFramework/Strict' , '6.15.1 '
21+ s . dependency 'AppsFlyerFramework/Strict' , '6.15.3 '
2222 s . xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
2323 else
2424 if !defined? ( $RNAppsFlyerStrictMode)
2525 Pod ::UI . puts "#{ s . name } : Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps."
2626 Pod ::UI . puts "#{ s . name } : You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps."
2727 end
28- s . dependency 'AppsFlyerFramework' , '6.15.1 '
28+ s . dependency 'AppsFlyerFramework' , '6.15.3 '
2929 end
3030end
You can’t perform that action at this time.
0 commit comments