<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.singpass</groupId>
  <artifactId>singpass-webview-client</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>singpass-webview-client</name>
  <description>SingpassWebViewClient is an extension of androidx.webViewClientCompat that handles opening of Singpass app upon clicking on a supported url.</description>
  <url>https://github.com/singpass/Singpass-app-webview-client</url>
  <licenses>
    <license>
      <name>License</name>
      <url>https://github.com/singpass/Singpass-app-webview-client/blob/main/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kenneth-leong-gt</id>
      <name>Kenneth leong</name>
      <email>kenneth_leong@tech.gov.sg</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/singpass/Singpass-app-webview-client.git</connection>
    <developerConnection>scm:git:ssh://github.com/singpass/Singpass-app-webview-client.git</developerConnection>
    <url>https://github.com/singpass/Singpass-app-webview-client</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.31</version>
    </dependency>
    <dependency>
      <groupId>androidx.webkit</groupId>
      <artifactId>webkit</artifactId>
      <version>1.4.0</version>
    </dependency>
  </dependencies>
</project>
