<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ly.img.android.sdk</groupId>
  <artifactId>core</artifactId>
  <version>10.2.1</version>
  <packaging>aar</packaging>
  <name>IMG.LY Photo &amp; Video Editor SDK</name>
  <description>The IMG.LY Photo &amp; Video Editor SDK provides a variety of tools and functions that bring beautiful photo and video editing to your applications.</description>
  <url>https://img.ly/</url>
  <licenses>
    <license>
      <name>PROPRIETARY</name>
      <url>https://artifactory.img.ly/artifactory/imgly/ly/img/android/sdk/core/10.2.1/core-10.2.1-LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>ACKNOWLEDGEMENTS</name>
      <url>https://artifactory.img.ly/artifactory/imgly/ly/img/android/sdk/core/10.2.1/core-10.2.1-ACKNOWLEDGEMENTS.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>ly.img.android</groupId>
      <artifactId>authorization</artifactId>
      <version>9.0.0.0+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.asynclayoutinflater</groupId>
      <artifactId>asynclayoutinflater</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <artifactId>fragment</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.vectordrawable</groupId>
      <artifactId>vectordrawable</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.5.32</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ly.img.android.sdk</groupId>
      <artifactId>build-annotations</artifactId>
      <version>10.2.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
