Skip to content

Commit

Permalink
6.0.50
Browse files Browse the repository at this point in the history
iOS sdk 6.0.5 Android sdk 5.4.4
  • Loading branch information
amit-kremer93 committed Oct 20, 2020
2 parents 9471bf9 + a46e58a commit e2dba28
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

### <a id="plugin-build-for"> 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**

## <a id="v6-breaking-changes"> ❗ v6 Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')}"
}
2 changes: 1 addition & 1 deletion ios/AppsFlyerLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-appsflyer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e2dba28

Please sign in to comment.