<?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.facebook.fresco</groupId>
  <artifactId>ui-common</artifactId>
  <version>2.2.0</version>
  <packaging>aar</packaging>
  <name>UiCommon</name>
  <description>Common Fresco UI utils</description>
  <url>https://github.com/facebook/fresco</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>facebook</id>
      <name>Facebook</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/facebook/fresco.git</connection>
    <developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
    <url>https://github.com/facebook/fresco.git</url>
  </scm>
</project>
