<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.appvestor.android</groupId>
<artifactId>ads</artifactId>
<version>1.0.7.96</version>
<packaging>aar</packaging>
<name>Appvestor Ads Lib</name>
<description>To get the best ads</description>
<url>https://www.appvestor.com/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.google.android.gms</groupId>
<version>23.6.0</version>
<artifactId>play-services-ads</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.applovin</groupId>
<version>13.0.1</version>
<artifactId>applovin-sdk</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<version>1.15.0</version>
<artifactId>core-ktx</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<version>1.7.0</version>
<artifactId>appcompat</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<version>1.12.0</version>
<artifactId>material</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.facebook.android</groupId>
<version>6.18.0</version>
<artifactId>audience-network-sdk</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.google.ads.mediation</groupId>
<version>6.18.0.0</version>
<artifactId>facebook</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.applovin.mediation</groupId>
<version>6.18.0.1</version>
<artifactId>facebook-adapter</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.applovin.mediation</groupId>
<version>23.6.0.0</version>
<artifactId>google-ad-manager-adapter</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.applovin.mediation</groupId>
<version>23.6.0.0</version>
<artifactId>google-adapter</artifactId>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.applovin.mediation</groupId>
<version>7.4.2.1</version>
<artifactId>vungle-adapter</artifactId>
<scope>implementation</scope>
</dependency>
</dependencies>
</project>