<?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.unity3d.mediation</groupId>
  <artifactId>unityads-adapter</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>unityads-adapter</name>
  <description>Unity Adapter</description>
  <url>https://github.com/Unity-Technologies/mz-mediation-sdk-android</url>
  <licenses>
    <license>
      <name>Unity Ads License</name>
      <url>https://unity3d.com/legal/monetization-services-terms-of-service</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Unity Services</id>
      <name>Unity Services</name>
      <email>ads-sdk@unity3d.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Unity-Technologies/mz-mediation-sdk-android.git</connection>
    <developerConnection>https://github.com/Unity-Technologies/mz-mediation-sdk-android.git</developerConnection>
    <url>https://github.com/Unity-Technologies/mz-mediation-sdk-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.unity3d.mediation</groupId>
      <artifactId>mediation-adapter</artifactId>
      <version>[1.1,1.2[</version>
    </dependency>
    <dependency>
      <groupId>com.unity3d.ads</groupId>
      <artifactId>unity-ads</artifactId>
      <version>[4.0,5.0[</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.5.21</version>
    </dependency>
    <dependency>
      <groupId>androidx.startup</groupId>
      <artifactId>startup-runtime</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
    </dependency>
  </dependencies>
</project>
