<?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.github.RoleWong</groupId>
  <artifactId>ffmpeg-android-java</artifactId>
  <version>v0.6</version>
  <packaging>aar</packaging>
  <name>FFmpeg Android</name>
  <description>Java implementation of ffmpeg for Android</description>
  <url>https://github.com/writingminds/ffmpeg-android-java</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>GNU GPLv3</name>
      <url>https://github.com/writingminds/ffmpeg-android-java/blob/master/LICENSE.GPLv3</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hiteshsondhi88</id>
      <name>Hitesh Sondhi</name>
      <email>hitesh@writingminds.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/writingminds/ffmpeg-android-java.git</connection>
    <developerConnection>https://github.com/writingminds/ffmpeg-android-java.git</developerConnection>
    <url>https://github.com/writingminds/ffmpeg-android-java</url>
  </scm>
</project>
