<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.a914-gowtham</groupId>
  <artifactId>android-video-trimmer</artifactId>
  <version>v1.0.1</version>
  <packaging>aar</packaging>
  <name>a914-gowtham/android-video-trimmer</name>
  <description>Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.</description>
  <url>https://github.com/a914-gowtham/android-video-trimmer</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>a914-gowtham</id>
      <name>Gowtham</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/a914-gowtham/android-video-trimmer.git</connection>
    <developerConnection>scm:git://github.com/a914-gowtham/android-video-trimmer.git</developerConnection>
    <url>git://github.com/a914-gowtham/android-video-trimmer.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer</artifactId>
      <version>2.8.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.crystal</groupId>
      <artifactId>crystalrangeseekbar</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.writingminds</groupId>
      <artifactId>FFmpegAndroid</artifactId>
      <version>0.3.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
