<?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>com.github.taimoorsultani</groupId>
  <artifactId>android-sweetalert2</artifactId>
  <version>2.0.2</version>
  <packaging>aar</packaging>
  <name>taimoorsultani/android-sweetalert2</name>
  <description>SweetAlert for Android, a beautiful and clever alert dialog</description>
  <url>https://github.com/taimoorsultani/android-sweetalert2</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>taimoorsultani</id>
      <name>Muhammad Taimoor Sultani</name>
      <email>taimoor.sultani@icloud.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/taimoorsultani/android-sweetalert2.git</connection>
    <developerConnection>scm:git://github.com/taimoorsultani/android-sweetalert2.git</developerConnection>
    <url>git://github.com/taimoorsultani/android-sweetalert2.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.pnikosis</groupId>
      <artifactId>materialish-progress</artifactId>
      <version>1.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
