diff --git a/Assets/AppsFlyer/package.json b/Assets/AppsFlyer/package.json
index d335039a..013426a8 100644
--- a/Assets/AppsFlyer/package.json
+++ b/Assets/AppsFlyer/package.json
@@ -2,7 +2,7 @@
"name": "appsflyer-unity-plugin",
"displayName": "AppsFlyer",
"description": "AppsFlyer Unity plugin",
- "version": "6.14.3",
+ "version": "6.14.4",
"unity": "2019.4",
"license": "MIT"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95fa1d99..51eace46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
# Versions
+## v6.14.4
+* Update iOS SDK version - 6.14.4
+* Update Android SDK version - 6.14.2
+
## v6.14.3
* Update iOS SDK version - 6.14.3
* Update Android SDK version - 6.14.0
diff --git a/README.md b/README.md
index f6c2b1b8..b823c4e3 100755
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@
### This plugin is built for
-- Android AppsFlyer SDK v6.14.0
-- iOS AppsFlyer SDK v6.14.3
+- Android AppsFlyer SDK v6.14.2
+- iOS AppsFlyer SDK v6.14.4
---
### AD_ID permission for Android
diff --git a/appsflyer-unity-plugin-6.14.3.unitypackage b/appsflyer-unity-plugin-6.14.3.unitypackage
deleted file mode 100644
index 5d150529..00000000
Binary files a/appsflyer-unity-plugin-6.14.3.unitypackage and /dev/null differ
diff --git a/appsflyer-unity-plugin-6.14.4.unitypackage b/appsflyer-unity-plugin-6.14.4.unitypackage
new file mode 100644
index 00000000..da916bc2
Binary files /dev/null and b/appsflyer-unity-plugin-6.14.4.unitypackage differ
diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh
index 6efb0799..05bb3699 100644
--- a/deploy/build_unity_package.sh
+++ b/deploy/build_unity_package.sh
@@ -4,7 +4,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage"
DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
-PACKAGE_NAME="appsflyer-unity-plugin-6.14.3.unitypackage"
+PACKAGE_NAME="appsflyer-unity-plugin-6.14.4.unitypackage"
mkdir -p $DEPLOY_PATH
#move external dependency manager
@@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.177.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
-&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.14.3.unitypackage" \
+&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.14.4.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."
diff --git a/deploy/strict_mode_build_package.sh b/deploy/strict_mode_build_package.sh
index ffe27c3b..9eee670c 100644
--- a/deploy/strict_mode_build_package.sh
+++ b/deploy/strict_mode_build_package.sh
@@ -5,7 +5,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage. Strict Mode."
DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
- PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage"
+ PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage"
mkdir -p $DEPLOY_PATH
#move external dependency manager
@@ -37,7 +37,7 @@ echo "Commenting out functions. Done."
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
- && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage" \
+ && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."
diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage
deleted file mode 100644
index edf9bb8b..00000000
Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage and /dev/null differ
diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage
new file mode 100644
index 00000000..2de7e5e7
Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage differ