<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.touchlane.android</groupId>
  <artifactId>exo-video-view</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>ExoVideoView</name>
  <description>Alternative VideoView implementation that uses ExoPlayer for playback and may share the same instance of ExoPlayer between multiple views. Optimal for usage in lists or different fragments within the same activity.</description>
  <url>https://github.com/touchlane/ExoVideoView</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>touchlane</id>
      <name>Touchlane LLC</name>
      <email>tech@touchlane.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/touchlane/ExoVideoView.git</connection>
    <developerConnection>https://github.com/touchlane/ExoVideoView.git</developerConnection>
    <url>https://github.com/touchlane/ExoVideoView</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>25.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer-core</artifactId>
      <version>r2.5.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
