<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.178meorg</groupId>
  <artifactId>libvlc3-all</artifactId>
  <version>3.7.5-2</version>
  <packaging>aar</packaging>
  <name>178me LibVLC 3 for Android</name>
  <description>LibVLC 3 Android bindings built from the 178meorg VLC fork</description>
  <url>https://github.com/178meorg/libvlcjni</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, version 2.1</name>
      <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>178meorg</id>
      <name>178meorg</name>
      <url>https://github.com/178meorg</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/178meorg/libvlcjni.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/178meorg/libvlcjni.git</developerConnection>
    <url>https://github.com/178meorg/libvlcjni</url>
  </scm>
  <properties>
    <vlc.revision>2086b5caa7573d8c2d184e92c6c8107b9c5abea2</vlc.revision>
  </properties>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.7.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.legacy</groupId>
      <artifactId>legacy-support-v4</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
