<?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.mobilefuse.sdk</groupId>
  <artifactId>mobilefuse-exoplayer-ima</artifactId>
  <version>2.14.0</version>
  <packaging>aar</packaging>
  <name>MobileFuse Android SDK - ExoPlayer IMA Extension</name>
  <description>MobileFuse Android SDK - ExoPlayer IMA Extension</description>
  <url>https://developers.mobilefuse.com/</url>
  <licenses>
    <license>
      <name>MobileFuse SDK License Agreement</name>
      <url>https://www.mobilefuse.com/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mobilefuse</id>
      <name>MobileFuse</name>
      <email>support@mobilefuse.com</email>
      <url>https://www.mobilefuse.com</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/mobilefuse/android-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com/mobilefuse/android-sdk.git</developerConnection>
    <url>https://github.com/mobilefuse/android-sdk.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer-core</artifactId>
      <version>2.14.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads-identifier</artifactId>
      <version>17.0.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.ads.interactivemedia.v3</groupId>
      <artifactId>interactivemedia</artifactId>
      <version>3.23.0</version>
    </dependency>
  </dependencies>
</project>
