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";