From 649dccc39d33ca4b4dbadba3581834499d27f5fc Mon Sep 17 00:00:00 2001 From: Amit kremer Date: Sun, 30 Apr 2023 15:49:24 +0300 Subject: [PATCH 1/4] update android sdk --- README.md | 4 +--- android/build.gradle | 2 +- .../java/com/appsflyer/reactnative/RNAppsFlyerConstants.java | 2 +- ios/RNAppsFlyer.h | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 064fe4a1..3b2e8009 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### This plugin is built for -- Android AppsFlyer SDK **v6.10.2** +- Android AppsFlyer SDK **v6.10.3** - iOS AppsFlyer SDK **v6.10.1** ## ❗❗ Breaking changes when updating to v6.x.x❗❗ @@ -61,5 +61,3 @@ If you have used 1 of the removed APIs, please check the integration guide for t ## 🌟 Deep Linking ### [API refrence](/Docs/API.md) - -test diff --git a/android/build.gradle b/android/build.gradle index 926a2633..6679629a 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -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.2')}" + api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.10.3')}" } diff --git a/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java b/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java index eb3f524b..da837e4c 100755 --- a/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java +++ b/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java @@ -6,7 +6,7 @@ public class RNAppsFlyerConstants { - final static String PLUGIN_VERSION = "6.10.2"; + final static String PLUGIN_VERSION = "6.10.3"; final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty"; final static String UNKNOWN_ERROR = "AF Unknown Error"; final static String SUCCESS = "Success"; diff --git a/ios/RNAppsFlyer.h b/ios/RNAppsFlyer.h index 39237df6..1cabe861 100755 --- a/ios/RNAppsFlyer.h +++ b/ios/RNAppsFlyer.h @@ -22,7 +22,7 @@ @end -static NSString *const kAppsFlyerPluginVersion = @"6.10.2"; +static NSString *const kAppsFlyerPluginVersion = @"6.10.3"; static NSString *const NO_DEVKEY_FOUND = @"No 'devKey' found or its empty"; static NSString *const NO_APPID_FOUND = @"No 'appId' found or its empty"; static NSString *const NO_EVENT_NAME_FOUND = @"No 'eventName' found or its empty"; From c82b91ac652fe767ac60d8d42eff363287a27847 Mon Sep 17 00:00:00 2001 From: "Amit.kremer" Date: Sun, 30 Apr 2023 14:55:00 +0000 Subject: [PATCH 2/4] 6.10.3-rc1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58e78638..48b8cab5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appsflyer", - "version": "6.10.2", + "version": "6.10.3-rc1", "description": "React Native Appsflyer plugin", "main": "index.js", "types": "index.d.ts", From 0bab617ae61149420e7fb69cbf035d745cfe3832 Mon Sep 17 00:00:00 2001 From: "Amit.kremer" Date: Tue, 2 May 2023 11:38:31 +0000 Subject: [PATCH 3/4] 6.10.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48b8cab5..411e8f10 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appsflyer", - "version": "6.10.3-rc1", + "version": "6.10.3", "description": "React Native Appsflyer plugin", "main": "index.js", "types": "index.d.ts", From a6cb6fc1ef88de3b036e948d0699ea438db1c113 Mon Sep 17 00:00:00 2001 From: "Amit.kremer" Date: Tue, 2 May 2023 11:38:33 +0000 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d08439c..450f1549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.10.3 + Release date: *2023-05-02* + +- Update android SDK to 6.10.3 + ## 6.10.2 Release date: *2023-04-03*