<?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.Frosch2010</groupId>
  <artifactId>uCrop-n-Edit</artifactId>
  <version>3.0.4</version>
  <packaging>aar</packaging>
  <name>ucropnedit</name>
  <description>Image Cropping + Editing Library for Android</description>
  <url>https://github.com/krokyze/uCrop-n-Edit</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>uCrop'n'Edit License</name>
      <url>https://github.com/krokyze/uCrop-n-Edit#license</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Martin Anderson</name>
      <email>martins.andersons@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/krokyze/uCrop-n-Edit.git</connection>
    <developerConnection>scm:git:ssh://github.com/krokyze/uCrop-n-Edit.git</developerConnection>
    <url>https://github.com/krokyze/uCrop-n-Edit/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.exifinterface</groupId>
      <artifactId>exifinterface</artifactId>
      <version>1.3.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.transition</groupId>
      <artifactId>transition</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
