<?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.hs.progressbutton</groupId>
  <artifactId>imageprogressbar</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>imageprogressbar</name>
  <description>A custom android component to show progress of some asynchronous operation with different images for different states..</description>
  <url>https://github.com/erharishsh/progressbar-with-image</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://github.com/erharishsh/progressbar-with-image/blob/master/LICENSE.md</url>
    </license>
  </licenses>
</project>
