Skip to content

Commit

Permalink
v16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
af-vero committed Jan 22, 2025
1 parent 8b78032 commit 9b91112
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Versions
## v6.16.0
* Update iOS SDK version - 6.16.0
* Update Android SDK version - 6.16.0

## v6.15.3
* Fix logAdRevenue - revenue value will not be rounded

Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.41f1
m_EditorVersionWithRevision: 2020.3.41f1 (7c19dc9acfda)
m_EditorVersion: 2022.3.15f1
m_EditorVersionWithRevision: 2022.3.15f1 (b58023a2b463)
Empty file removed ProjectSettings/boot.config
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

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

- Android AppsFlyer SDK v6.15.0
- iOS AppsFlyer SDK v6.15.2
- Android AppsFlyer SDK v6.16.0
- iOS AppsFlyer SDK v6.16.0

---
### <a id="init-sdk-deeplink"> AD_ID permission for Android
Expand Down
1 change: 1 addition & 0 deletions UserSettings/Search.settings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file removed appsflyer-unity-plugin-6.15.3.unitypackage
Binary file not shown.
Binary file added appsflyer-unity-plugin-6.16.0.unitypackage
Binary file not shown.
6 changes: 3 additions & 3 deletions deploy/build_unity_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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.3.unitypackage"
PACKAGE_NAME="appsflyer-unity-plugin-6.16.0.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
echo "moving the external dependency manager to root"
mv external-dependency-manager-1.2.177.unitypackage ..

# Build the .unitypackage
/Applications/Unity/Hub/Editor/2020.3.34f1/Unity.app/Contents/MacOS/Unity \
/Applications/Unity/Hub/Editor/2022.3.15f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
Expand All @@ -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.3.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.16.0.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."


Expand Down
6 changes: 3 additions & 3 deletions deploy/strict_mode_build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.unitypackage"
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.16.0.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand All @@ -26,7 +26,7 @@ echo "Commenting out functions. Done."


# Build the .unitypackage
/Applications/Unity/Hub/Editor/2020.3.34f1/Unity.app/Contents/MacOS/Unity \
/Applications/Unity/Hub/Editor/2022.3.15f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
Expand All @@ -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.3.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.16.0.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."


Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9b91112

Please sign in to comment.