<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.gportas</groupId>
  <artifactId>payment-keyboards</artifactId>
  <version>0.9.2</version>
  <packaging>aar</packaging>
  <name>PaymentKeyboards</name>
  <description>Android Library that provides animated and customizable intelligent payment keyboards</description>
  <url>https://github.com/GPortas/PaymentKeyboards</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gportas</id>
      <name>Guillermo Portas</name>
      <email>guillermoportasgonzalez@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/GPortas/PaymentKeyboards.git</connection>
    <developerConnection>https://github.com/GPortas/PaymentKeyboards.git</developerConnection>
    <url>https://github.com/GPortas/PaymentKeyboards</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>26.+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jre7</artifactId>
      <version>1.1.51</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxandroid</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
      <version>1.1.9</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
