<?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.appvestor.android</groupId>
  <artifactId>ads</artifactId>
  <version>1.0.0</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.2.0</version>
      <artifactId>play-services-ads</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin</groupId>
      <version>12.5.0</version>
      <artifactId>applovin-sdk</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <version>1.13.1</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.17.0</version>
      <artifactId>audience-network-sdk</artifactId>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.google.ads.mediation</groupId>
      <version>6.17.0.0</version>
      <artifactId>facebook</artifactId>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>6.17.0.0</version>
      <artifactId>facebook-adapter</artifactId>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>23.2.0.0</version>
      <artifactId>google-ad-manager-adapter</artifactId>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>23.2.0.0</version>
      <artifactId>google-adapter</artifactId>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>7.4.0.0</version>
      <artifactId>vungle-adapter</artifactId>
      <scope>implementation</scope>
    </dependency>
  </dependencies>
</project>
