diff --git a/CHANGELOG.md b/CHANGELOG.md index 6882237e..45b3de77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Versions +## 6.0.50 +- iOS SDK 6.0.5 +- Android SDK 5.4.4 ## 6.0.33 - Send Push Notification API diff --git a/README.md b/README.md index 87210c5f..af9e2731 100755 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ ### This plugin is built for -- iOS AppsFlyerSDK **v6.0.3** -- Android AppsFlyerSDK **v5.4.3** +- iOS AppsFlyerSDK **v6.0.5** +- Android AppsFlyerSDK **v5.4.4** ## ❗ v6 Breaking Changes diff --git a/android/build.gradle b/android/build.gradle index 849fc151..c89996f4 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -46,5 +46,5 @@ repositories { dependencies { implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.1')}" - implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '5.4.3')}" + implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '5.4.4')}" } diff --git a/ios/AppsFlyerLib.h b/ios/AppsFlyerLib.h index d779b369..b795167d 100644 --- a/ios/AppsFlyerLib.h +++ b/ios/AppsFlyerLib.h @@ -2,7 +2,7 @@ // AppsFlyerLib.h // AppsFlyerLib // -// AppsFlyer iOS SDK 6.0.3 (182) +// AppsFlyer iOS SDK 6.0.5 (195) // Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved. // diff --git a/package.json b/package.json index c507e556..93e9a627 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appsflyer", - "version": "6.0.33", + "version": "6.0.50", "description": "React Native Appsflyer plugin", "main": "index.js", "scripts": { diff --git a/react-native-appsflyer.podspec b/react-native-appsflyer.podspec index 167796f4..c26b926a 100644 --- a/react-native-appsflyer.podspec +++ b/react-native-appsflyer.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "8.0" s.static_framework = true - s.dependency 'AppsFlyerFramework', '~> 6.0.3' + s.dependency 'AppsFlyerFramework', '~> 6.0.5' s.dependency 'React' end