<?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.github.thoughtbot.expandable-recycler-view</groupId>
  <artifactId>expandablecheckrecyclerview</artifactId>
  <version>1.4</version>
  <packaging>aar</packaging>
  <name>thoughtbot/expandable-recycler-view</name>
  <description>Custom Android RecyclerViewAdapters that collapse and expand</description>
  <url>https://robots.thoughtbot.com/introducing-expandablerecyclerview</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thoughtbot</id>
      <name>thoughtbot, inc.</name>
      <email>hello@thoughtbot.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/thoughtbot/expandable-recycler-view.git</connection>
    <developerConnection>scm:git://github.com/thoughtbot/expandable-recycler-view.git</developerConnection>
    <url>git://github.com/thoughtbot/expandable-recycler-view.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.thoughtbot</groupId>
      <artifactId>expandablerecyclerview</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>23.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>recyclerview-v7</artifactId>
      <version>23.4.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
