<?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>com.appvestor.android</groupId>
  <artifactId>billing-stats</artifactId>
  <version>1.0.6</version>
  <packaging>aar</packaging>
  <name>Appvestor billing tracking Lib</name>
  <description>To help with billing</description>
  <url>https://www.appvestor.com/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.appvestor.android</groupId>
      <artifactId>stats</artifactId>
      <version>1.0.6</version>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <version>2.8.1</version>
      <artifactId>work-testing</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.arch.core</groupId>
      <version>2.2.0</version>
      <artifactId>core-testing</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.billingclient</groupId>
      <version>5.2.1</version>
      <artifactId>billing-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <version>2.8.1</version>
      <artifactId>work-runtime-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
