<?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>ly.img.android</groupId>
  <artifactId>photo-editor-sdk</artifactId>
  <version>1.1.1</version>
  <packaging>aar</packaging>
  <name>PhotoEditorSdk</name>
  <description>The img.ly Photo Editor SDK provides a variety of tools and functions for creating photo applications for Android.</description>
  <url>https://www.photoeditorsdk.com/</url>
  <licenses>
    <license>
      <name>AGPL, COMMERCIAL</name>
      <url>http://www.gnu.org/licenses/agpl-3.0.de.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>9elements</id>
      <name>9elements</name>
      <email>contact@9elements.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/imgly/imgly-sdk-android.git</connection>
    <developerConnection>https://github.com/imgly/imgly-sdk-android.git</developerConnection>
    <url>https://www.photoeditorsdk.com/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>recyclerview-v7</artifactId>
      <version>23.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>23.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
