<?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">
  <!-- 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>ai.luciq.library</groupId>
  <artifactId>luciq-plugin</artifactId>
  <version>19.2.2</version>
  <name>luciq Plugin</name>
  <description>Luciq is the Agentic Observability Platform for Mobile. With our AI agents, we help you accelerate the entire issue lifecycle. We automatically detect issues from crash reports and user feedback, and provide rich, on-demand context to help your team resolve them faster; empowering you to ship with confidence and focus on building what matters.</description>
  <url>https://ai.luciq</url>
  <organization>
    <name>Luciq</name>
    <url>https://luciq.ai</url>
  </organization>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://luciq.ai/terms</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>luciq</id>
      <name>Luciq</name>
    </developer>
  </developers>
  <scm>
    <connection>https://luciq.ai</connection>
    <developerConnection>https://luciq.ai</developerConnection>
    <url>https://luciq.ai</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.tools.build</groupId>
      <artifactId>gradle</artifactId>
      <version>7.4.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.tools.build</groupId>
      <artifactId>gradle-api</artifactId>
      <version>7.4.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-commons</artifactId>
      <version>7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-util</artifactId>
      <version>7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-gradle-plugin-api</artifactId>
      <version>1.8.22</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
