Skip to content

Commit 8eb72b7

Browse files
committed
v6.17.7
1 parent 35302c1 commit 8eb72b7

8 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Versions
2+
## v6.17.7
3+
* Update iOS SDK version - 6.17.7
4+
* Update iOS Purchase Connector version - 6.17.7
5+
* Update Android Purchase Connector version - 2.2.0
6+
27
## v6.17.5
38
* Update iOS SDK version - 6.17.5
49
* Update iOS Purchase Connector version - 6.17.5

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
### <a id="plugin-build-for"> This plugin is built for
1818

1919
- Android AppsFlyer SDK v6.17.3
20-
- Android Purchase Connector 2.1.0
21-
- iOS AppsFlyer SDK v6.17.5
22-
- iOS Purchase Connector 6.17.5
20+
- Android Purchase Connector 2.2.0
21+
- iOS AppsFlyer SDK v6.17.7
22+
- iOS Purchase Connector 6.17.7
2323
---
2424
### <a id="init-sdk-deeplink"> AD_ID permission for Android
2525

-879 KB
Binary file not shown.
880 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.5.unitypackage"
7+
PACKAGE_NAME="appsflyer-unity-plugin-6.17.7.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.5.unitypackage" \
26+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.17.7.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.5.unitypackage"
8+
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.17.7.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.5.unitypackage" \
44+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.17.7.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)