<?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.eriknyk</groupId>
  <artifactId>sweet-alert-dialog</artifactId>
  <version>2.1.1</version>
  <packaging>aar</packaging>
  <name>eriknyk/sweet-alert-dialog</name>
  <description>SweetAlert for Android, a beautiful and clever alert dialog</description>
  <url>http://www.pedant.cn</url>
  <inceptionYear>2022</inceptionYear>
  <developers>
    <developer>
      <id>eriknyk</id>
      <name>Erik Amaru Ortiz</name>
      <email>aortiz.erik@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/eriknyk/sweet-alert-dialog.git</connection>
    <developerConnection>scm:git://github.com/eriknyk/sweet-alert-dialog.git</developerConnection>
    <url>git://github.com/eriknyk/sweet-alert-dialog.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.pnikosis</groupId>
      <artifactId>materialish-progress</artifactId>
      <version>1.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
