<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.mubeen</groupId>
  <artifactId>deviceintel-lib</artifactId>
  <version>1.1.2</version>
  <packaging>aar</packaging>
  <name>Device Intel Android Library</name>
  <description>Android device fingerprinting library with risk detection, UUIDv7 device IDs, and Gzip compression</description>
  <url>https://github.com/mubeen-ai/deviceintel</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mubeen-ai</id>
      <name>Mubeen AI</name>
      <email>dev@mubeen.ai</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:mubeen-ai/deviceintel.git</connection>
    <developerConnection>scm:git@github.com:mubeen-ai/deviceintel.git</developerConnection>
    <url>https://github.com/mubeen-ai/deviceintel</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.12.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>logging-interceptor</artifactId>
      <version>4.12.0</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.7.3</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.7.3</version>
    </dependency>
  </dependencies>
</project>
