diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30ee764a..95e97add 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} with: targetPlatform: iOS - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Build path: build @@ -76,7 +76,7 @@ jobs: # After echo "Disk space after:" df -h - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: always() with: name: Test results for ${{ matrix.testMode }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b2973816..d51a50df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Versions +## v6.15.3 +* Fix logAdRevenue - revenue value will not be rounded + ## v6.15.2 * Update iOS SDK version - 6.15.2 diff --git a/appsflyer-unity-plugin-6.15.2.unitypackage b/appsflyer-unity-plugin-6.15.2.unitypackage deleted file mode 100644 index cf7430ad..00000000 Binary files a/appsflyer-unity-plugin-6.15.2.unitypackage and /dev/null differ diff --git a/appsflyer-unity-plugin-6.15.3.unitypackage b/appsflyer-unity-plugin-6.15.3.unitypackage new file mode 100644 index 00000000..df7648c8 Binary files /dev/null and b/appsflyer-unity-plugin-6.15.3.unitypackage differ diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh index b5dd2006..f99d99d6 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.15.2.unitypackage" +PACKAGE_NAME="appsflyer-unity-plugin-6.15.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.15.2.unitypackage" \ +&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.15.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 ae276e90..2b24e7e0 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.15.2.unitypackage" + PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.15.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.15.2.unitypackage" \ + && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.15.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.15.2.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage deleted file mode 100644 index ffc543fd..00000000 Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage and /dev/null differ diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage new file mode 100644 index 00000000..288329bb Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage differ