diff --git a/Assets/AppsFlyer/package.json b/Assets/AppsFlyer/package.json
index 013426a8..d335039a 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.4",
+ "version": "6.14.3",
"unity": "2019.4",
"license": "MIT"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51eace46..95fa1d99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,4 @@
# 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 b823c4e3..f6c2b1b8 100755
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@
### This plugin is built for
-- Android AppsFlyer SDK v6.14.2
-- iOS AppsFlyer SDK v6.14.4
+- Android AppsFlyer SDK v6.14.0
+- iOS AppsFlyer SDK v6.14.3
---
### AD_ID permission for Android
diff --git a/appsflyer-unity-plugin-6.14.3.unitypackage b/appsflyer-unity-plugin-6.14.3.unitypackage
new file mode 100644
index 00000000..5d150529
Binary files /dev/null and b/appsflyer-unity-plugin-6.14.3.unitypackage differ
diff --git a/appsflyer-unity-plugin-6.14.4.unitypackage b/appsflyer-unity-plugin-6.14.4.unitypackage
deleted file mode 100644
index a96cb569..00000000
Binary files a/appsflyer-unity-plugin-6.14.4.unitypackage and /dev/null differ
diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh
index 05bb3699..6efb0799 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.4.unitypackage"
+PACKAGE_NAME="appsflyer-unity-plugin-6.14.3.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.4.unitypackage" \
+&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.14.3.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 9eee670c..ffe27c3b 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.4.unitypackage"
+ PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.14.3.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.4.unitypackage" \
+ && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.14.3.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
new file mode 100644
index 00000000..edf9bb8b
Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage 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
deleted file mode 100644
index 5b167ddc..00000000
Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage and /dev/null differ