<?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.TeamAmaze</groupId>
  <artifactId>AmazeTrashBin</artifactId>
  <version>1.0.10</version>
  <packaging>aar</packaging>
  <name>TeamAmaze/AmazeTrashBin</name>
  <description>Library to manage your deleted files in a trash bin</description>
  <url>https://github.com/TeamAmaze/AmazeTrashBin</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vishalnehra</id>
      <name>Vishal Nehra</name>
      <email>vishalmeham2@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/TeamAmaze/AmazeTrashBin.git</connection>
    <developerConnection>scm:git://github.com/TeamAmaze/AmazeTrashBin.git</developerConnection>
    <url>git://github.com/TeamAmaze/AmazeTrashBin.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.9.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
