<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.appsflyer</groupId>
  <artifactId>oaid</artifactId>
  <version>5.4.0</version>
  <packaging>aar</packaging>
  <name>AppsFlyer Integration</name>
  <description>AppsFlyer Integration for Segment Android Analytics</description>
  <url>http://bitbucket.org/appsflyer/appsflyer-android-sdk</url>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>http://www.appsflyer.com</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>appsflyer</id>
      <name>AppsFlyer, Inc.</name>
    </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>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>28.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.huawei.hms</groupId>
      <artifactId>hms-ads-identifier</artifactId>
      <version>3.4.26.303</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
