Skip to content

Commit

Permalink
v6.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
af-vero committed May 8, 2024
1 parent a6f5fd6 commit 7739016
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/AppsFlyerAdRevenue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace AppsFlyerSDK
public class AppsFlyerAdRevenue : MonoBehaviour
{

public static readonly string kAppsFlyerAdRevenueVersion = "6.9.4";
public static readonly string kAppsFlyerAdRevenueVersion = "6.14.3";

#if UNITY_ANDROID && !UNITY_EDITOR
private static AndroidJavaClass appsFlyerAndroid = new AndroidJavaClass("com.appsflyer.unity.afunityadrevenuegenericplugin.AdRevenueUnityWrapper");
Expand Down
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/Editor/AppsFlyerAdRevenueDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</androidPackages>

<iosPods>
<iosPod name="AppsFlyer-AdRevenue" version="6.9.1" minTargetSdk="10.0">
<iosPod name="AppsFlyer-AdRevenue" version="6.14.3" minTargetSdk="12.0">
</iosPod>
</iosPods>

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.14.3
- Updated native iOS connector version to 6.14.3

### 6.9.42
- Fix ios undefined symbols error

Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions deploy/build_appsflyer_unity_adrevenue_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ echo "Start Build for appsflyer-unity-adrevenue-generic-connector.unitypackage"

DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
PACKAGE_NAME="appsflyer-unity-adrevenue-generic-connector-6.9.42.unitypackage"
PACKAGE_NAME="appsflyer-unity-adrevenue-generic-connector-6.14.3.unitypackage"
mkdir -p $DEPLOY_PATH

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

# Build the .unitypackage
/Applications/Unity/Hub/Editor/2021.3.11f1/Unity.app/Contents/MacOS/Unity \
/Applications/Unity/Hub/Editor/2020.3.41f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
Expand All @@ -22,7 +22,7 @@ mv external-dependency-manager-1.2.177.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "package exported successfully to outputs/appsflyer-unity-adrevenue-generic-connector-6.9.42.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-adrevenue-generic-connector-6.14.3.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."

echo "moving dependency manager back to deploy"
Expand Down

0 comments on commit 7739016

Please sign in to comment.