<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.cdflynn</groupId>
  <artifactId>checkview</artifactId>
  <version>v1.2</version>
  <packaging>aar</packaging>
  <name>cdflynn/checkview</name>
  <description>An animating check mark</description>
  <url>https://github.com/cdflynn/checkview</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>Other</name>
      <url></url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cdflynn</id>
      <name>Collin Flynn</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/cdflynn/checkview.git</connection>
    <developerConnection>scm:git://github.com/cdflynn/checkview.git</developerConnection>
    <url>git://github.com/cdflynn/checkview.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.interpolator</groupId>
      <artifactId>interpolator</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
