<?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.willowtreeapps</groupId>
  <artifactId>signinwithapplebutton</artifactId>
  <version>0.2</version>
  <packaging>aar</packaging>
  <name>Sign In with Apple Button for Android</name>
  <description>Add a Sign In button for Sign In With Apple</description>
  <url>https://github.com/willowtreeapps/sign-in-with-apple-button-android</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MattCorbett488</id>
      <name>Matt Corbett</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/willowtreeapps/sign-in-with-apple-button-android.git</connection>
    <developerConnection>https://github.com/willowtreeapps/sign-in-with-apple-button-android.git</developerConnection>
    <url>https://github.com/willowtreeapps/sign-in-with-apple-button-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.41</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <artifactId>fragment</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.41</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
