<?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>com.bidstack.adapters</groupId>
  <artifactId>applovin-adapter</artifactId>
  <version>2.0.0</version>
  <packaging>aar</packaging>
  <name>applovin-adapter</name>
  <description>Bidstack AppLovin adapter</description>
  <url>https://www.bidstack.com/</url>
  <organization>
    <name>Bidstack</name>
    <url>https://www.bidstack.com/</url>
  </organization>
  <licenses>
    <license>
      <name>Bidstack License</name>
      <url>https://github.com/bidstack-group/bidstack-custom-adapter-applovin-android/blob/main/LICENSE.TXT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>256p</id>
      <name>Staņislavs Petkevičs</name>
      <email>stanislavs.petkevics@bidstack.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/bidstack-group/bidstack-custom-adapter-applovin-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/bidstack-group/bidstack-custom-adapter-applovin-android.git</developerConnection>
    <url>https://github.com/bidstack-group/bidstack-custom-adapter-applovin-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.applovin</groupId>
      <artifactId>applovin-sdk</artifactId>
      <version>11.8.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bidstack</groupId>
      <artifactId>mobile-ads-sdk</artifactId>
      <version>[2.0.0,2.1.0)</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
