<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<!--   This module was also published with a richer model, Gradle metadata,    -->
<!--   which should be used instead. Do not delete the following line which    -->
<!--   is to indicate to Gradle or any Gradle module metadata file consumer    -->
<!--   that they should prefer consuming it instead.   -->
<!--   do_not_remove: published-with-gradle-metadata   -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.appvestor.android</groupId>
<artifactId>billing-stats</artifactId>
<version>2.0.2.319</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>2.0.2.319</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<artifactId>work-testing</artifactId>
<version>2.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-process</artifactId>
<version>2.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.billingclient</groupId>
<artifactId>billing-ktx</artifactId>
<version>8.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<artifactId>work-runtime-ktx</artifactId>
<version>2.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.appvestor.android</groupId>
<artifactId>stats</artifactId>
<version>2.0.2.319</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<version>2.2.0</version>
<artifactId>kotlin-stdlib</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<version>2.10.2</version>
<artifactId>work-testing</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<version>2.9.1</version>
<artifactId>lifecycle-process</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.billingclient</groupId>
<version>8.0.0</version>
<artifactId>billing-ktx</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<version>2.10.2</version>
<artifactId>work-runtime-ktx</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.appvestor.android</groupId>
<artifactId>stats</artifactId>
<version>2.0.2.319</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<version>2.2.0</version>
<artifactId>kotlin-stdlib</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>