<?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.yoti.mobile.android</groupId>
  <artifactId>face-capture-unbundled</artifactId>
  <version>4.2.0</version>
  <packaging>aar</packaging>
  <name>Face Capture Library</name>
  <description>Face Capture Library</description>
  <url>https://github.com/getyoti</url>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://www.yoti.com/wp-content/uploads/2019/08/Yoti-Doc-Scan-SDK-Terms.pdf</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yoti-ci</id>
      <name>Yoti</name>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:getyoti/yoti-face-capture-android.git</connection>
    <url>https://github.com/getyoti/yoti-face-capture-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>viewbinding</artifactId>
      <version>4.0.1</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.0.4</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.3.2</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.camera</groupId>
      <artifactId>camera-camera2</artifactId>
      <version>1.0.0-beta12</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.camera</groupId>
      <artifactId>camera-core</artifactId>
      <version>1.0.0-beta12</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.camera</groupId>
      <artifactId>camera-lifecycle</artifactId>
      <version>1.0.0-beta12</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.camera</groupId>
      <artifactId>camera-view</artifactId>
      <version>1.0.0-alpha19</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.yoti.mobile.android</groupId>
      <artifactId>commons-functional</artifactId>
      <version>2.9.2</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.yoti.mobile.android.core</groupId>
      <artifactId>yuv-tools</artifactId>
      <version>1.1.1</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-mlkit-face-detection</artifactId>
      <version>16.1.2</version>
      <scope>implementation</scope>
    </dependency>
  </dependencies>
</project>
