<?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.calldorado.adproviders</groupId>
  <artifactId>base</artifactId>
  <version>7.1.1.1225</version>
  <packaging>aar</packaging>
  <name>Adproviders base</name>
  <description>Base for adproviders</description>
  <url>https://www.calldorado.com/</url>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <version>1.5.2</version>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <version>2.1.4</version>
      <artifactId>constraintlayout</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <version>1.8.0</version>
      <artifactId>core-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <version>1.5.0</version>
      <artifactId>appcompat</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <version>2.4.1</version>
      <artifactId>lifecycle-common</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <version>1.5.0</version>
      <artifactId>material</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <version>2.9.1</version>
      <artifactId>gson</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.facebook.android</groupId>
      <version>6.12.0</version>
      <artifactId>audience-network-sdk</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.ads.mediation</groupId>
      <version>6.12.0.0</version>
      <artifactId>facebook</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin</groupId>
      <version>11.10.1</version>
      <artifactId>applovin-sdk</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>6.12.0.0</version>
      <artifactId>facebook-adapter</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>5.2.0.6.0</version>
      <artifactId>bytedance-adapter</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>22.1.0.2</version>
      <artifactId>google-ad-manager-adapter</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>22.1.0.3</version>
      <artifactId>google-adapter</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin.mediation</groupId>
      <version>16.4.41.1</version>
      <artifactId>mintegral-adapter</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
