<?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.appsflyer</groupId>
  <artifactId>af-android-sdk</artifactId>
  <version>6.18.0</version>
  <packaging>aar</packaging>
  <name>AppsFlyerSDK</name>
  <description>AppsFlyer's official Android SDK for Mobile Advertising Attribution &amp; Analytics.</description>
  <url>http://www.AppsFlyer.com/</url>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://www.appsflyer.com/privacy-policy/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Maxim</id>
      <name>Maxim Shoustin</name>
      <email>maxim@appsflyer.com</email>
    </developer>
    <developer>
      <id>Paz</id>
      <name>Paz Lavi</name>
      <email>paz.lavi@appsflyer.com</email>
    </developer>
    <developer>
      <id>Andrii</id>
      <name>Andrii Dudka</name>
      <email>andrii.dudka@appsflyer.com</email>
    </developer>
    <developer>
      <id>Taras</id>
      <name>Taras Lozovyi</name>
      <email>taras.lozovyi@appsflyer.com</email>
    </developer>
    <developer>
      <id>Dani</id>
      <name>Dani Kozachkevich</name>
      <email>dani.ko@appsflyer.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:hg:http://bitbucket.org/appsflyer/appsflyer-android-sdk</connection>
    <developerConnection>scm:hg:https://bitbucket.org/appsflyer/appsflyer-android-sdk</developerConnection>
    <url>http://bitbucket.org/appsflyer/appsflyer-android-sdk</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.google.android.play</groupId>
      <artifactId>integrity</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
