Skip to content

Commit 10f3211

Browse files
authored
Merge pull request #361 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.71-rc2
Releases/6.x.x/6.17.x/6.17.71 rc2
2 parents 71a59f2 + a7fe9c3 commit 10f3211

7 files changed

+5
-5
lines changed

Assets/AppsFlyer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "appsflyer-unity-plugin",
33
"displayName": "AppsFlyer",
44
"description": "AppsFlyer Unity plugin",
5-
"version": "6.17.7",
5+
"version": "6.17.71",
66
"unity": "2019.4",
77
"license": "MIT"
88
}
-880 KB
Binary file not shown.
879 KB
Binary file not shown.

deploy/build_unity_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage"
44

55
DEPLOY_PATH=outputs
66
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
7-
PACKAGE_NAME="appsflyer-unity-plugin-6.17.7.unitypackage"
7+
PACKAGE_NAME="appsflyer-unity-plugin-6.17.71.unitypackage"
88
mkdir -p $DEPLOY_PATH
99

1010
#move external dependency manager
@@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.183.unitypackage ..
2323
Assets \
2424
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
2525
-quit \
26-
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.17.7.unitypackage" \
26+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.17.71.unitypackage" \
2727
|| echo "Failed to export package. See create_unity_core.log for more info."
2828

2929

deploy/strict_mode_build_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage. Strict Mode."
55

66
DEPLOY_PATH=outputs
77
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
8-
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.17.7.unitypackage"
8+
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.17.71.unitypackage"
99
mkdir -p $DEPLOY_PATH
1010

1111
#move external dependency manager
@@ -41,7 +41,7 @@ echo "Commenting out functions. Done."
4141
Assets \
4242
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
4343
-quit \
44-
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.17.7.unitypackage" \
44+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.17.71.unitypackage" \
4545
|| echo "Failed to export package. See create_unity_core.log for more info."
4646

4747

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)