<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.akashskypatel.ffmpegkit</groupId>
  <artifactId>bundle-base-shared-debug-gpl</artifactId>
  <version>0.8.2</version>
  <packaging>aar</packaging>
  <name>FFmpegKit Extended</name>
  <description>FFmpeg-Kit Library is a wrapper that provides programmatic access to FFmpeg, FFprobe, and FFplay functionality with a C and C++ API.</description>
  <url>https://github.com/akashskypatel/ffmpeg-kit-builders</url>
  <licenses>
    <license>
      <name>LGPL 3.0 License</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>akashskypatel</id>
      <name>akashskypatel</name>
      <url>https://github.com/akashskypatel/ffmpeg-kit-builders</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/akashskypatel/ffmpeg-kit-builders.git</connection>
    <developerConnection>scm:git:ssh://github.com/akashskypatel/ffmpeg-kit-builders.git</developerConnection>
    <url>https://github.com/akashskypatel/ffmpeg-kit-builders/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
