<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.vonage</groupId>
  <artifactId>client-sdk-silent-auth</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>Vonage Client SDK - Silent Auth</name>
  <description>Vonage Verify Silent Authentication uses a mobile phone's Subscriber Identity Module (SIM) to prove a user's identity, without any user input. This SDK enables making a HTTP request over cellular even when on WiFi.</description>
  <url>https://github.com/Vonage/verify-silent-auth-sdk-andro</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vonage</id>
      <name>Vonage</name>
      <email>devrel@vonage.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:github.com/Vonage/verify-silent-auth-sdk-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/Vonage/verify-silent-auth-sdk-android.git</developerConnection>
    <url>https://github.com/Vonage/verify-silent-auth-sdk-android</url>
  </scm>
</project>
