<?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.haventec.authenticate.android.sdk</groupId>
  <artifactId>authenticate-android-sdk</artifactId>
  <version>0.1</version>
  <packaging>aar</packaging>
  <name>authenticate-android-sdk</name>
  <description>A collection of functions for native Android apps to facilitate the integration with Haventec Authenticate.</description>
  <url>https://github.com/Haventec/authenticate-android-sdk</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://tldrlegal.com/license/mit-license</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Haventec</id>
      <name>Haventec</name>
      <email>info@haventec.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Haventec/authenticate-android-sdk.git</connection>
    <developerConnection>https://github.com/Haventec/authenticate-android-sdk.git</developerConnection>
    <url>https://github.com/Haventec/authenticate-android-sdk</url>
  </scm>
</project>
