<?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.appyvet</groupId>
  <artifactId>materialrangebar</artifactId>
  <version>1.4.8</version>
  <packaging>aar</packaging>
  <name>Material Rangebar</name>
  <description>MaterialRangeBar is a fork from https://github.com/edmodo/range-bar that adds some basic material styling, as well as start and end values, as floats and some other things. It is similar to an enhanced SeekBar widget, though it doesn't make use of the SeekBar. It provides for the selection of a range of values as well as for a single value. The selectable range values are discrete values designated by tick marks; the pin (handle) will snap to the nearest tick mark.</description>
  <url>https://github.com/oli107/material-range-bar</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>krazykira</id>
      <name>Sheraz Ahmed Khilji</name>
      <email>sherazkhilji@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/oli107/material-range-bar.git</connection>
    <developerConnection>https://github.com/oli107/material-range-bar.git</developerConnection>
    <url>https://github.com/oli107/material-range-bar</url>
  </scm>
</project>
