<?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.intuit.sdp</groupId>
  <artifactId>sdp-android</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>sdp</name>
  <description>A scalable size unit for Andorid</description>
  <url>https://github.com/intuit/sdp</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/intuit/sdp/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>elhanan.mishraky</id>
      <name>Elhanan Mishraky</name>
      <email>elhanan_mishraky@intuit.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:intuit/sdp.git</connection>
    <developerConnection>scm:git@github.com:intuit/sdp.git</developerConnection>
    <url>https://github.com/intuit/sdp</url>
  </scm>
</project>
