<?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.h3x0mega.androidbits</groupId>
  <artifactId>loader-view</artifactId>
  <version>0.1.1</version>
  <packaging>aar</packaging>
  <name>LoaderView</name>
  <description>The LoaderView shows an indeterminate ProgressBar while you take another action on the background. This view lets you handle the failure and success scenarios of the loading process by showing a friendly error message (with a 'Try Again' button), or by removing the view completely.</description>
  <developers>
    <developer>
      <id>H3x0mega</id>
      <name>Francois Jeanneret</name>
      <email></email>
    </developer>
  </developers>
  <scm />
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>23.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
