<?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>org.kin.sdk.android</groupId>
  <artifactId>spend</artifactId>
  <version>2.1.2</version>
  <packaging>aar</packaging>
  <name>spend</name>
  <description>Kin Android SDK Spend</description>
  <url>https://github.com/kinecosystem/kin-android/tree/master/spend</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/kinecosystem/kin-android/blob/master/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kin-ci</id>
      <name>Kin CI</name>
      <email>eng+ci@kin.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/kinecosystem/kin-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/kinecosystem/kin-android.git</developerConnection>
    <url>https://github.com/kinecosystem/kin-android/tree/master/spend</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.32</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0-alpha01</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.3.0-alpha01</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.joshjdevl.libsodiumjni</groupId>
      <artifactId>libsodium-jni-aar</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kin.sdk.android</groupId>
      <artifactId>design</artifactId>
      <version>2.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kin.sdk.android</groupId>
      <artifactId>base-viewmodel</artifactId>
      <version>2.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kin.sdk.android</groupId>
      <artifactId>base-viewmodel-impl</artifactId>
      <version>2.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kin.sdk.android</groupId>
      <artifactId>base</artifactId>
      <version>2.1.2</version>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>libsodium-jni</artifactId>
        </exclusion>
      </exclusions>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
