<?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>com.datatheorem.android.trustkit</groupId>
  <artifactId>trustkit</artifactId>
  <version>1.1.3</version>
  <packaging>aar</packaging>
  <name>trustkit</name>
  <description>TrustKit Android SDK</description>
  <url>https://github.com/umangmathur92/TrustKit-Android</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/umangmathur92/TrustKit-Android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nabla-c0d3</id>
      <name>Alban Diquet</name>
      <email>ad@datatheorem.io</email>
    </developer>
    <developer>
      <id>umangmathur92</id>
      <name>Umang Mathur</name>
      <email>um@datatheorem.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/umangmathur92/TrustKit-Android.git</connection>
    <developerConnection>scm:git:ssh://github.com/umangmathur92/TrustKit-Android.git</developerConnection>
    <url>https://github.com/umangmathur92/TrustKit-Android/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.legacy</groupId>
      <artifactId>legacy-support-v4</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.preference</groupId>
      <artifactId>preference</artifactId>
      <version>1.0.0</version>
    </dependency>
  </dependencies>
</project>
