Files
BingoGrassland/Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml
T

14 lines
808 B
XML
Raw Normal View History

2026-04-20 13:49:36 +08:00
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<androidPackages>
<!-- Ensure that Resolver doesn't inadvertently pull Facebook's beta versions of the SDK by forcing a specific version.
Since FAN SDK depends on older versions of a few support and play service versions
`com.applovin.mediation:facebook-adapter:x.y.z.a` resolves to `com.applovin.mediation:facebook-adapter:+` which pulls down the beta versions of FAN SDK.
Note that forcing the adapter is enough to stop Jar Resolver from pulling the latest FAN SDK. -->
2026-05-08 11:03:00 +08:00
<androidPackage spec="com.applovin.mediation:facebook-adapter:[6.21.0.0]" />
2026-04-20 13:49:36 +08:00
</androidPackages>
<iosPods>
2026-05-08 11:03:00 +08:00
<iosPod name="AppLovinMediationFacebookAdapter" version="6.21.1.0" />
2026-04-20 13:49:36 +08:00
</iosPods>
</dependencies>