<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>stats</artifactId>
<version>2.3.0.357</version>
<packaging>aar</packaging>
<name>Appvestor stats Lib</name>
<description>To send stats</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>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-ads-identifier</artifactId>
<version>18.2.0</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.installreferrer</groupId>
<artifactId>installreferrer</artifactId>
<version>2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.16.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>2.7.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-ktx</artifactId>
<version>2.7.2</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.mobile</groupId>
<artifactId>logging</artifactId>
<version>0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<version>2.2.21</version>
<artifactId>kotlin-stdlib</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<version>18.2.0</version>
<artifactId>play-services-ads-identifier</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.installreferrer</groupId>
<version>2.2</version>
<artifactId>installreferrer</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<version>1.16.0</version>
<artifactId>core-ktx</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<version>2.7.2</version>
<artifactId>room-runtime</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<version>2.7.2</version>
<artifactId>room-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.mobile</groupId>
<version>0.1</version>
<artifactId>logging</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<version>2.2.21</version>
<artifactId>kotlin-stdlib</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>