<?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.handpoint.api</groupId>
  <artifactId>paymentsdk</artifactId>
  <version>6.4.1</version>
  <packaging>aar</packaging>
  <name>paymentsdk</name>
  <description>HandpointSDK for Android</description>
  <url>https://www.handpoint.com/docs/device/Android/</url>
  <licenses>
    <license>
      <name>Handpoint SDK License, Version 1.0</name>
      <url>http://www.handpoint.com/sdk-license-1.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>handpoint</id>
      <name>Handpoint</name>
      <email>it@handpoint.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/handpoint/cordova-plugin-handpoint.git</connection>
    <developerConnection>scm:git:git://github.com/handpoint/cordova-plugin-handpoint.git</developerConnection>
    <url>http://github.com/handpoint/cordova-plugin-handpoint/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.4.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.j256.ormlite</groupId>
      <artifactId>ormlite-android</artifactId>
      <version>4.48</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.j256.ormlite</groupId>
      <artifactId>ormlite-core</artifactId>
      <version>4.48</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-xml</artifactId>
      <version>2.12.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.nibor.autolink</groupId>
      <artifactId>autolink</artifactId>
      <version>0.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support.constraint</groupId>
      <artifactId>constraint-layout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api.shared</groupId>
      <artifactId>libraries</artifactId>
      <version>6.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api.shared</groupId>
      <artifactId>objects</artifactId>
      <version>6.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api.shared</groupId>
      <artifactId>networking</artifactId>
      <version>6.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api.shared</groupId>
      <artifactId>printing</artifactId>
      <version>6.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api</groupId>
      <artifactId>crypto</artifactId>
      <version>6.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api</groupId>
      <artifactId>applicationprovider</artifactId>
      <version>6.4.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
