<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.ad-quanta</groupId>
  <artifactId>ads-sdk</artifactId>
  <version>0.0.5</version>
  <packaging>aar</packaging>
  <name>Adquanta Ads SDK</name>
  <description>Adquanta Ads SDK for Android</description>
  <url>https://github.com/ad-quanta/adquanta-sdk</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>AD Quanta</name>
      <organization>AD Quanta</organization>
      <organizationUrl>https://github.com/ad-quanta/adquanta-sdk</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ad-quanta/adquanta-sdk.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/ad-quanta/adquanta-sdk.git</developerConnection>
    <url>https://github.com/ad-quanta/adquanta-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus</artifactId>
      <version>13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.legacy</groupId>
      <artifactId>legacy-support-v4</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0-alpha02</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads</artifactId>
      <version>23.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-googlex</artifactId>
      <version>2.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.browser</groupId>
      <artifactId>browser</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.media</groupId>
      <artifactId>media</artifactId>
      <version>1.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-facebook</artifactId>
      <version>1.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-pangle</artifactId>
      <version>19.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-inmobix</artifactId>
      <version>23.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-mintegralx_overseas</artifactId>
      <version>18.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-vunglex</artifactId>
      <version>7.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-unity</artifactId>
      <version>5.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-ironsource</artifactId>
      <version>10.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-fyber</artifactId>
      <version>24.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-yandex</artifactId>
      <version>50.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-bigo</artifactId>
      <version>57.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-taurusx</artifactId>
      <version>74.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-crosspromotion</artifactId>
      <version>27.14.8.20.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-google-ima</artifactId>
      <version>48.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.ads.interactivemedia.v3</groupId>
      <artifactId>interactivemedia</artifactId>
      <version>3.36.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.startapp</groupId>
      <artifactId>inapp-sdk</artifactId>
      <version>5.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-startapp</artifactId>
      <version>28.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tradplus-zmaticoo</artifactId>
      <version>55.13.6.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.maticooads</groupId>
      <artifactId>maticoo-android-sdk</artifactId>
      <version>1.8.2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tradplusad</groupId>
      <artifactId>tp_exchange</artifactId>
      <version>40.13.6.10.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bluex.sdk</groupId>
      <artifactId>ads-protobuf</artifactId>
      <version>2.3.12-min21</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
