<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.airdeploy</groupId>
  <artifactId>flagger-android</artifactId>
  <version>3.0.0</version>
  <packaging>aar</packaging>
  <name>flagger-android</name>
  <description>An open source Android Java SDK for feature flagging (feature gating, feature toggles). Documentation available at https://docs.airdeploy.io</description>
  <url>https://airdeploy.io</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>engineering</id>
      <name>Engineering</name>
      <email>engineering@airdeploy.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/airdeploy/flagger-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/airdeploy/flagger-android.git</developerConnection>
    <url>https://github.com/airdeploy/flagger-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>android</groupId>
      <artifactId>FlaggerGoWrapper</artifactId>
      <version>unspecified</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.9.9.3</version>
    </dependency>
  </dependencies>
</project>
