<?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>bg.devlabs</groupId>
  <artifactId>fullscreen-video-view</artifactId>
  <version>1.1.6</version>
  <packaging>aar</packaging>
  <name>fullscreen-video-view</name>
  <description>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>scm:git:github.com/dev-labs-bg/fullscreen-video-view.git</connection>
    <developerConnection>scm:git:ssh://github.com/dev-labs-bg/fullscreen-video-view.git</developerConnection>
    <url>https://github.com/dev-labs-bg/fullscreen-video-view/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core</artifactId>
      <version>1.3.2</version>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.3.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.0.4</version>
    </dependency>
  </dependencies>
</project>
