<?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>stats</artifactId>
  <version>1.2.1.197</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <version>18.0.1</version>
      <artifactId>play-services-ads-identifier</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.installreferrer</groupId>
      <version>2.2</version>
      <artifactId>installreferrer</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <version>2.6.1</version>
      <artifactId>room-runtime</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <version>2.6.1</version>
      <artifactId>room-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>
