<?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>bg.devlabs.fullscreenvideoview</groupId>
  <artifactId>library</artifactId>
  <version>1.1.4</version>
  <packaging>aar</packaging>
  <name>fullscreen-video-view</name>
  <description>A custom VideoView Android library which makes video views usage easy</description>
  <url>https://github.com/dev-labs-bg/fullscreen-video-view</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://github.com/dev-labs-bg/fullscreen-video-view/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>slavipetrov</id>
      <name>Slavi Petrov</name>
      <email>slavi@devlabs.bg</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/dev-labs-bg/fullscreen-video-view.git</connection>
    <developerConnection>https://github.com/dev-labs-bg/fullscreen-video-view.git</developerConnection>
    <url>https://github.com/dev-labs-bg/fullscreen-video-view</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>design</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support.constraint</groupId>
      <artifactId>constraint-layout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
