diff --git a/sdk-intergration/Assets/ExternalDependencyManager/Editor/1.2.177/Google.IOSResolver.dll.meta b/sdk-intergration/Assets/ExternalDependencyManager/Editor/1.2.177/Google.IOSResolver.dll.meta
index f568b54..48f7ca4 100644
--- a/sdk-intergration/Assets/ExternalDependencyManager/Editor/1.2.177/Google.IOSResolver.dll.meta
+++ b/sdk-intergration/Assets/ExternalDependencyManager/Editor/1.2.177/Google.IOSResolver.dll.meta
@@ -16,6 +16,24 @@ PluginImporter:
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
+ - first:
+ : Any
+ second:
+ enabled: 0
+ settings:
+ Exclude Android: 1
+ Exclude Editor: 0
+ Exclude Linux64: 1
+ Exclude OSXUniversal: 1
+ Exclude Win: 1
+ Exclude Win64: 1
+ - first:
+ Android: Android
+ second:
+ enabled: 0
+ settings:
+ AndroidSharedLibraryType: Executable
+ CPU: ARMv7
- first:
Any:
second:
@@ -26,7 +44,33 @@ PluginImporter:
second:
enabled: 1
settings:
+ CPU: AnyCPU
DefaultValueInitialized: true
+ OS: OSX
+ - first:
+ Standalone: Linux64
+ second:
+ enabled: 0
+ settings:
+ CPU: AnyCPU
+ - first:
+ Standalone: OSXUniversal
+ second:
+ enabled: 0
+ settings:
+ CPU: AnyCPU
+ - first:
+ Standalone: Win
+ second:
+ enabled: 0
+ settings:
+ CPU: AnyCPU
+ - first:
+ Standalone: Win64
+ second:
+ enabled: 0
+ settings:
+ CPU: AnyCPU
- first:
Windows Store Apps: WindowsStoreApps
second:
diff --git a/sdk-intergration/Assets/Plugins/Android/mainTemplate.gradle b/sdk-intergration/Assets/Plugins/Android/mainTemplate.gradle
index a0728c2..733e860 100644
--- a/sdk-intergration/Assets/Plugins/Android/mainTemplate.gradle
+++ b/sdk-intergration/Assets/Plugins/Android/mainTemplate.gradle
@@ -44,7 +44,9 @@ dependencies {
// Android Resolver Dependencies Start
implementation 'com.android.installreferrer:installreferrer:2.1' // Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml:10
implementation 'com.applovin:applovin-sdk:12.6.0' // Assets/MaxSdk/AppLovin/Editor/Dependencies.xml:4
+ implementation 'com.appsflyer:adrevenue:6.9.1' // Assets/AppsFlyer/Editor/AppsFlyerAdRevenueDependencies.xml:4
implementation 'com.appsflyer:af-android-sdk:6.14.0' // Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml:6
+ implementation 'com.appsflyer:unity-adrevenue-generic-wrapper:6.9.1' // Assets/AppsFlyer/Editor/AppsFlyerAdRevenueDependencies.xml:5
implementation 'com.appsflyer:unity-wrapper:6.14.3' // Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml:8
// Android Resolver Dependencies End
**DEPS**}
diff --git a/sdk-intergration/ProjectSettings/AndroidResolverDependencies.xml b/sdk-intergration/ProjectSettings/AndroidResolverDependencies.xml
index 43923e3..9816f96 100644
--- a/sdk-intergration/ProjectSettings/AndroidResolverDependencies.xml
+++ b/sdk-intergration/ProjectSettings/AndroidResolverDependencies.xml
@@ -2,7 +2,9 @@
com.android.installreferrer:installreferrer:2.1
com.applovin:applovin-sdk:12.6.0
+ com.appsflyer:adrevenue:6.9.1
com.appsflyer:af-android-sdk:6.14.0
+ com.appsflyer:unity-adrevenue-generic-wrapper:6.9.1
com.appsflyer:unity-wrapper:6.14.3