<?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.apandroid</groupId>
  <artifactId>chiptextview</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>chiptextview</name>
  <description>Lightweight android library written in Kotlin</description>
  <url>https://github.com/AntonPopoff/chiptextview</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.2.51</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
