11 lines
447 B
XML
11 lines
447 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<dependencies>
|
||
|
<androidPackages>
|
||
|
<!-- Ensure that Resolver doesn't inadvertently pull the latest Play Services Ads' SDK that we haven't certified against. -->
|
||
|
<androidPackage spec="com.applovin.mediation:google-adapter:[24.5.0.0]" />
|
||
|
</androidPackages>
|
||
|
<iosPods>
|
||
|
<iosPod name="AppLovinMediationGoogleAdapter" version="12.9.0.0" />
|
||
|
</iosPods>
|
||
|
</dependencies>
|