Skip to content

Commit

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

Dev/delivery 39469/update to 6.12.1
  • Loading branch information
amit-kremer93 authored Jul 23, 2023
2 parents ae6aa14 + 5d69624 commit 90c89e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 32 deletions.
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK **v6.10.3**
- iOS AppsFlyer SDK **v6.10.1**
- Android AppsFlyer SDK **v6.12.1**
- iOS AppsFlyer SDK **v6.12.0**

## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ repositories {
dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.1')}"
api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.10.3')}"
api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.12.1')}"
}
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ declare module "react-native-appsflyer" {
deep_link_sub1?: string;
media_source: string;
pid?: string;
link: string,
af_sub1?: string;
af_sub2?: string;
af_sub3?: string;
Expand Down
4 changes: 2 additions & 2 deletions react-native-appsflyer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Pod::Spec.new do |s|
# AppsFlyerFramework
if defined?($RNAppsFlyerStrictMode) && ($RNAppsFlyerStrictMode == true)
Pod::UI.puts "#{s.name}: Using AppsFlyerFramework/Strict mode"
s.dependency 'AppsFlyerFramework/Strict', '6.10.1'
s.dependency 'AppsFlyerFramework/Strict', '6.12.0'
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
else
if !defined?($RNAppsFlyerStrictMode)
Pod::UI.puts "#{s.name}: Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps."
Pod::UI.puts "#{s.name}: You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps."
end
s.dependency 'AppsFlyerFramework', '6.10.1'
s.dependency 'AppsFlyerFramework', '6.12.0'
end
end

0 comments on commit 90c89e7

Please sign in to comment.