<?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.2.1.217</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.appvestor.android</groupId>
      <artifactId>stats</artifactId>
      <version>1.2.1.217</version>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <version>2.9.0</version>
      <artifactId>work-testing</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <version>2.7.0</version>
      <artifactId>lifecycle-process</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.billingclient</groupId>
      <version>6.2.1</version>
      <artifactId>billing-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <version>2.9.0</version>
      <artifactId>work-runtime-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.security</groupId>
      <version>1.1.0-alpha06</version>
      <artifactId>security-crypto</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
