<?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">
  <!-- 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>com.rudderstack.android.integration</groupId>
  <artifactId>kochava</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>RudderStack Android Kochava Device Mode</name>
  <description>Android Device Mode for Kochava which would help you to send data to Kochava directly from client</description>
  <url>https://github.com/rudderlabs/rudder-integration-kochava-android.git</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/rudderlabs/rudder-integration-kochava-android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>itsdebs</id>
      <name>Debanjan Chatterjee</name>
      <email>debanjan@rudderstack.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/rudderlabs/rudder-integration-kochava-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/rudderlabs/rudder-integration-kochava-android.git</developerConnection>
    <url>https://github.com/rudderlabs/rudder-integration-kochava-android/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.rudderstack.android.sdk</groupId>
      <artifactId>core</artifactId>
      <version>[1.0,2.0)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.kochava.base</groupId>
      <artifactId>tracker</artifactId>
      <version>3.10.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
