Skip to content

Commit 7b0ce67

Browse files
committed
6.2.3
1 parent bc5806d commit 7b0ce67

10 files changed

+11
-7
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.2.2";
10+
public static readonly string kAppsFlyerPluginVersion = "6.2.3";
1111
public static string CallBackObjectName = null;
1212
private static EventHandler onRequestResponse;
1313
private static EventHandler onInAppResponse;

Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</androidPackages>
1212

1313
<iosPods>
14-
<iosPod name="AppsFlyerFramework" version="6.2.2" minTargetSdk="8.0">
14+
<iosPod name="AppsFlyerFramework" version="6.2.3" minTargetSdk="8.0">
1515
</iosPod>
1616
</iosPods>
1717

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Versions
22

3+
## v6.2.3
4+
5+
* RD-54266 - iOS SDK Version - 6.2.3
6+
37
## v6.2.2
48

59
* RD-54266 - iOS SDK Version - 6.2.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
### <a id="plugin-build-for"> This plugin is built for
2626

2727
- Android AppsFlyer SDK **v6.2.0**
28-
- iOS AppsFlyer SDK **v6.2.2**
28+
- iOS AppsFlyer SDK **v6.2.3**
2929

3030

3131

-372 KB
Binary file not shown.
372 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.2.2.unitypackage"
7+
PACKAGE_NAME="appsflyer-unity-plugin-6.2.3.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.2.2.unitypackage" \
23+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.2.3.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.2.2.unitypackage"
8+
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.2.3.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.2.2.unitypackage" \
28+
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.2.3.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)