<?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.smartface</groupId>
  <artifactId>materialrangebar</artifactId>
  <version>1.4.7</version>
  <packaging>aar</packaging>
  <name>Material Rangebar</name>
  <description>MaterialRangeBar is a fork from https://github.com/oli107/material-range-bar that adds some basic method to initialize programmatically. 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/muhammedyalcin/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>muhammedyalcin</id>
      <name>Muhammed Yalcin Kuru</name>
      <email>yalcincuru@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/muhammedyalcin/material-range-bar.git</connection>
    <developerConnection>https://github.com/muhammedyalcin/material-range-bar.git</developerConnection>
    <url>https://github.com/muhammedyalcin/material-range-bar</url>
  </scm>
</project>
