<?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.charbgr</groupId>
  <artifactId>authmanager</artifactId>
  <version>v1.0</version>
  <packaging>aar</packaging>
  <name>AuthManager</name>
  <description>Google Sign-In and SmartLock Manager</description>
  <url>https://github.com/charbgr/AuthManager</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>charbgr</id>
      <name>Charalampakis Vasilis</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:charbgr/AuthManager.git</connection>
    <developerConnection>scm:git@github.com:charbgr/AuthManager.git</developerConnection>
    <url>https://github.com/charbgr/AuthManager</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>25.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-auth</artifactId>
      <version>10.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.0.5-2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
