Skip to content

Commit 40d345a

Browse files
authored
Merge pull request #160 from AppsFlyerSDK/releases/6.x.x/6.6.x/6.6.1
release 6.6.1
2 parents c3a7397 + c232558 commit 40d345a

9 files changed

+18
-8
lines changed

Assets/AppsFlyer/AppsFlyer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace AppsFlyerSDK
77
public class AppsFlyer : MonoBehaviour
88
{
99

10-
public static readonly string kAppsFlyerPluginVersion = "6.6.0";
10+
public static readonly string kAppsFlyerPluginVersion = "6.6.1";
1111
public static string CallBackObjectName = null;
1212
private static EventHandler onRequestResponse;
1313
private static EventHandler onInAppResponse;

Assets/AppsFlyer/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
1+
{
2+
"name": "appsflyer-unity-plugin",
3+
"displayName": "AppsFlyer",
4+
"description": "AppsFlyer Unity plugin strict mode",
5+
"version": "6.6.1",
6+
"unity": "2019.4",
7+
"license": "MIT",
8+
"dependencies": {
9+
"com.google.external-dependency-manager": "1.2.144"
10+
}
11+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
### <a id="plugin-build-for"> This plugin is built for
1818

19-
- Android AppsFlyer SDK **v6.5.4**
20-
- iOS AppsFlyer SDK **v6.5.4**
19+
- Android AppsFlyer SDK **v6.6.0**
20+
- iOS AppsFlyer SDK **v6.6.0**
2121

2222
## <a id="breaking-changes"> ❗❗ Breaking changes when updating to 6.6.0 ❗❗
2323
- Starting version 6.6.0, there is no more need to differiencate between iOS and Android API. All API must be called with `AppsFlyer` class (even if the API is only iOS or Android).
-1 MB
Binary file not shown.
1 MB
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.6.0.unitypackage"
7+
PACKAGE_NAME="appsflyer-unity-plugin-6.6.1.unitypackage"
88
mkdir -p $DEPLOY_PATH
99

1010

@@ -20,7 +20,7 @@ mkdir -p $DEPLOY_PATH
2020
Assets \
2121
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
2222
-quit \
23-
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.6.0.unitypackage" \
23+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.6.1.unitypackage" \
2424
|| echo "Failed to export package. See create_unity_core.log for more info."
2525

2626

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.6.0.unitypackage"
8+
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.6.1.unitypackage"
99
mkdir -p $DEPLOY_PATH
1010

1111
echo "Changing AppsFlyerFramework to Strict Mode"
@@ -25,7 +25,7 @@ echo "Changing AppsFlyerFramework to Strict Mode. Done."
2525
Assets \
2626
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
2727
-quit \
28-
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.6.0.unitypackage" \
28+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.6.1.unitypackage" \
2929
|| echo "Failed to export package. See create_unity_core.log for more info."
3030

3131

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)