<?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.ryanjeffreybrooks</groupId>
  <artifactId>indefinitepagerindicator</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>IndefinitePagerIndicator</name>
  <description>A lightweight, plug-and-play indefinite pager indicator for RecyclerViews &amp; ViewPagers.</description>
  <url>https://github.com/rbro112/Android-Indefinite-Pager-Indicator</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/rbro112/Android-Indefinite-Pager-Indicator/blob/master/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rbro112</id>
      <name>Ryan Brooks</name>
      <email>ryanjeffrey.brooks112@yahoo.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/rbro112/Android-Indefinite-Pager-Indicator.git</connection>
    <developerConnection>https://github.com/rbro112/Android-Indefinite-Pager-Indicator.git</developerConnection>
    <url>https://github.com/rbro112/Android-Indefinite-Pager-Indicator</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jre7</artifactId>
      <version>1.1.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>26.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>recyclerview-v7</artifactId>
      <version>26.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
