<?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 http://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.audioburst</groupId>
  <artifactId>player-core</artifactId>
  <version>0.0.6</version>
  <packaging>aar</packaging>
  <name>player-core</name>
  <description>AudioburstSDK is the SDK for Android that lets you access Audioburst content and add playback functionality to your app.</description>
  <url>https://github.com/audioburst-labs/AudioburstSDK-Android</url>
  <licenses>
    <license>
      <name>Terms of Service</name>
      <url>https://audioburst.com/audioburst-publisher-terms</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Kamil-H</id>
      <name>Kamil Halko</name>
      <email>kamil@audioburst.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/audioburst-labs/AudioburstSDK-Android/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.2</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer-core</artifactId>
      <version>2.16.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer-hls</artifactId>
      <version>2.16.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer-ui</artifactId>
      <version>2.16.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>extension-mediasession</artifactId>
      <version>2.16.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>extension-okhttp</artifactId>
      <version>2.16.1</version>
    </dependency>
    <dependency>
      <groupId>com.audioburst</groupId>
      <artifactId>mobile-library</artifactId>
      <version>[0.0,0.1)</version>
    </dependency>
  </dependencies>
</project>
