<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.purchasely</groupId>
  <artifactId>google-play</artifactId>
  <version>2.7.3</version>
  <packaging>aar</packaging>
  <name>google-play</name>
  <description>Purchasely Android SDK for Google</description>
  <url>https://github.com/Purchasely/Purchasely-Android</url>
  <licenses>
    <license>
      <name>Purchasely License</name>
      <url>https://github.com/Purchasely/Purchasely-Android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kHerembourg</id>
      <name>Kevin Herembourg</name>
      <email>kevin@purchasely.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/purchasely/purchasely-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/purchasely/purchasely-android.git</developerConnection>
    <url>https://github.com/purchasely/purchasely-android/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-livedata-ktx</artifactId>
      <version>2.3.1</version>
    </dependency>
    <dependency>
      <groupId>com.android.billingclient</groupId>
      <artifactId>billing-ktx</artifactId>
      <version>4.0.0</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.31</version>
    </dependency>
  </dependencies>
</project>
