<?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.sdk</groupId>
  <artifactId>yoti-sdk-common</artifactId>
  <version>2.9.0</version>
  <packaging>aar</packaging>
  <name>Yoti SDK</name>
  <description>Yoti SDK</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:lampkicking/yoti-docs-android.git</connection>
    <url>https://github.com/lampkicking/yoti-docs-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.yoti.mobile.android</groupId>
      <artifactId>commons-utils</artifactId>
      <version>2.9.2</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>com.yoti.mobile.android</groupId>
      <artifactId>commons-functional</artifactId>
      <version>2.9.2</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-parcelize-runtime</artifactId>
      <version>1.4.31</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.1.1</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxkotlin</artifactId>
      <version>2.4.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.4.3</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.google.dagger</groupId>
      <artifactId>dagger</artifactId>
      <version>2.26</version>
      <scope>implementation</scope>
    </dependency>
  </dependencies>
</project>
