<?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-compose</artifactId>
  <version>2.2.10</version>
  <packaging>aar</packaging>
  <name>DevRev Observability Compose SDK</name>
  <description>DevRev Observability Compose SDK for Android. </description>
  <url>https://github.com/devrev/devrev-sdk-android</url>
  <inceptionYear>2025</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>
  </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.compose.ui</groupId>
      <artifactId>ui-android</artifactId>
      <version>1.6.7</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.9.0</version>
    </dependency>
  </dependencies>
</project>
