<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.jahir</groupId>
  <artifactId>Blueprint</artifactId>
  <version>2.3.5</version>
  <packaging>aar</packaging>
  <name>Blueprint</name>
  <description>Android library for icons packs</description>
  <url>https://github.com/jahirfiquitiva/Blueprint</url>
  <licenses>
    <license>
      <name>License</name>
      <url>https://github.com/jahirfiquitiva/Blueprint/blob/sample/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jahirfiquitiva</id>
      <name>Jahir Fiquitiva</name>
      <email>hola@jahir.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/jahirfiquitiva/Blueprint.git</connection>
    <developerConnection>scm:git:ssh://github.com/jahirfiquitiva/Blueprint.git</developerConnection>
    <url>https://github.com/jahirfiquitiva/Blueprint/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.jahir</groupId>
      <artifactId>Kuper</artifactId>
      <version>2.4.5</version>
    </dependency>
    <dependency>
      <groupId>com.github.sarsamurmu</groupId>
      <artifactId>AdaptiveIconBitmap</artifactId>
      <version>1.0.0</version>
    </dependency>
  </dependencies>
</project>
