applovin-adapter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.unity3d.mediation</groupId> <artifactId>applovin-adapter</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.unity3d.mediation</groupId> <artifactId>applovin-adapter</artifactId> <version>1.1.0</version> <packaging>aar</packaging> <name>applovin-adapter</name> <description>Applovin Adapter</description> <url>https://github.com/Unity-Technologies/mz-mediation-sdk-android</url> <licenses> <license> <name>Unity Ads License</name> <url>https://unity3d.com/legal/monetization-services-terms-of-service</url> </license> </licenses> <developers> <developer> <id>Unity Services</id> <name>Unity Services</name> <email>ads-sdk@unity3d.com</email> </developer> </developers> <scm> <connection>https://github.com/Unity-Technologies/mz-mediation-sdk-android.git</connection> <developerConnection>https://github.com/Unity-Technologies/mz-mediation-sdk-android.git</developerConnection> <url>https://github.com/Unity-Technologies/mz-mediation-sdk-android.git</url> </scm> <dependencies> <dependency> <groupId>com.unity3d.mediation</groupId> <artifactId>mediation-adapter</artifactId> <version>[1.1,1.2[</version> </dependency> <dependency> <groupId>com.unity3d.mediation</groupId> <artifactId>mediation-logger</artifactId> <version>[1.1,1.2[</version> </dependency> <dependency> <groupId>com.applovin</groupId> <artifactId>applovin-sdk</artifactId> <version>[11.4,11.5[</version> <exclusions> <exclusion> <groupId>com.google.android.gms</groupId> <artifactId>play-services-basement</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.5.21</version> </dependency> <dependency> <groupId>androidx.startup</groupId> <artifactId>startup-runtime</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.2.0</version> </dependency> </dependencies> </project>