<?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.multidots</groupId>
  <artifactId>fingerprint-auth</artifactId>
  <version>1.0</version>
  <packaging>aar</packaging>
  <name>fingerprint-auth</name>
  <description>An android library that allows you to easily integrate and manage fingerprint authentication in your app.</description>
  <url>https://github.com/multidots/android-fingerprint-authentication/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>multidots</id>
      <name>Multidots Solutions Pvt Ltd</name>
      <email>info@multidots.in</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/multidots/android-fingerprint-authentication.git</connection>
    <developerConnection>https://github.com/multidots/android-fingerprint-authentication.git</developerConnection>
    <url>https://github.com/multidots/android-fingerprint-authentication/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>24.2.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
