<?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>ai.devrev.sdk</groupId>
  <artifactId>observability</artifactId>
  <version>2.2.3</version>
  <packaging>aar</packaging>
  <name>DevRev Observability SDK</name>
  <description>DevRev Observability SDK for Android. Fast integration of Session Analytics into your Android application.</description>
  <url>https://github.com/devrev/devrev-sdk-android</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/devrev/devrev-sdk-android/blob/main/LICENSE</url>
      <distribution>https://github.com/devrev/devrev-sdk-android/blob/main/LICENSE</distribution>
    </license>
    <license>
      <name>MIT License</name>
      <url>https://github.com/devrev/devrev-sdk-android/blob/main/LICENSE</url>
      <distribution>https://github.com/devrev/devrev-sdk-android/blob/main/LICENSE</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dbreskvar</id>
      <name>David Breskvar</name>
      <url>https://github.com/dbreskvar/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/devrev/devrev-sdk-android.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:devrev/devrev-sdk-android.git</developerConnection>
    <url>https://github.com/devrev/devrev-sdk-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.anrwatchdog</groupId>
      <artifactId>anrwatchdog</artifactId>
      <version>1.4.0</version>
    </dependency>
    <dependency>
      <groupId>com.android.volley</groupId>
      <artifactId>volley</artifactId>
      <version>1.2.1</version>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-process</artifactId>
      <version>2.5.1</version>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-common-java8</artifactId>
      <version>2.5.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.crypto.tink</groupId>
      <artifactId>tink-android</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <artifactId>work-runtime</artifactId>
      <version>2.9.1</version>
    </dependency>
  </dependencies>
</project>
