<?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.github.moraisigor</groupId>
  <artifactId>billing</artifactId>
  <version>0.9.6</version>
  <packaging>aar</packaging>
  <name>Billing</name>
  <description>Billing</description>
  <url>https://github.com/MoraisIgor/Billing</url>
  <licenses>
    <license>
      <name>Apache Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MoraisIgor</id>
      <name>Igor Morais</name>
      <email>igor.morais@hollowsoft.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/MoraisIgor/Billing.git</connection>
    <developerConnection>https://github.com/MoraisIgor/Billing.git</developerConnection>
    <url>https://github.com/MoraisIgor/Billing</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.billingclient</groupId>
      <artifactId>billing</artifactId>
      <version>1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.1.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.2.30</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
