<?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>io.freshpaint.android.integrations</groupId>
  <artifactId>appsflyer</artifactId>
  <version>0.1.0</version>
  <packaging>aar</packaging>
  <name>AppsFlyer Integration</name>
  <description>AppsFlyer Integration for Freshpaint Android</description>
  <url>http://bitbucket.org/appsflyer/appsflyer-android-sdk</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</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.appsflyer</groupId>
      <artifactId>af-android-sdk</artifactId>
      <version>6.4.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
